
*{margin:0; padding:0;}

body{ 
	background:#000c48 url(../Images/bg/bgbig4.jpg) no-repeat;
	background-position:top center;
}

h1{ 
	margin-top: 30px;
	font-size:36px;
	text-align: center;
	letter-spacing:5px;
	font-family:roundabout;
	color:#06C;
	margin-left:25px;
	margin-bottom: 30px;
	text-decoration:none;
	font-weight:200;
}

h2{
	margin-top: 30px;
	font-size:36px;
	text-align: center;
	font-family:AvantGardeBold;
	color:#F00;
	margin-left:25px;
	margin-bottom: 30px;
	text-decoration:none;
	font-weight:200;
}
	

h3{ 
	margin-top: 30px;
	font-size:16px;
	text-align: left;
	text-decoration: underline;
	letter-spacing:0.5px;
	font-family:AvantGardeBold;
	color:#06C;
	font-weight:bold;
	margin-left:25px;
}

#wrapper {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background:#fff url(../Images/wrapperbg2.png) no-repeat;
	width: 912px;
	margin: 20px auto 100px auto;
	position: relative;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 1px solid #fff;
	
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);
}

#banner {
	background-image:url(../Images/banner4.png);
	height: 100px;
	width: 762px;
	float:right;
}

#left_Sidebar {
	float: left;
	width: 150px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

#left_Sidebar a{
	border:none;
}

#left_Sidebar ul li {
	border: none;
	list-style-type:none;
	line-height: 5px;
}

#left_Sidebar ul li img{
	background-color:#f7c209;
	border:none;
}

#mainContent {
	font-family:AvantGarde;
	float: left;
	width: 612px;
	padding-bottom:50px;
	background: url(../Images/background.png) repeat-y;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

#mainContent p{
	font-family: AvantGarde,Tahoma, Geneva, sans-serif;
	margin: 10px 25px;
	font-size: 16px;
}

#mainContent ul{
	font-size: 14px;
	list-style-type:none;
	margin: 10px 45px;
}

#mainContent a:link{
	text-decoration:none;
	color: #06c;
}
#mainContent a:visited{
	text-decoration:none;
	color: #06c;
}

#mainContent a:hover{
	text-decoration:none;
	color: #F00;
}


#right_Sidebar {
	float: right;
	width: 150px;
}

#right_Sidebar p{ 
	text-align:center;
	font-size:18px;
	margin-top:10px;
}

#right_Sidebar a:link{
	text-decoration:none;
	color: #000;
}

#right_Sidebar a:visited{
	text-decoration:none;
	color: #000;
}

#right_Sidebar a:hover{
	text-decoration:none;
	color: #F00;
}

#footer {
	background-color:#243eb5;
	color: #f7bb25;
	line-height: 45px;
	text-align: center;
	clear: both;
	height: 45px;
	width: 912px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

a:link {color:#f7bb25;}      /* unvisited link */
a:visited {color:#f7bb25;}  /* visited link */
a:hover {color:#f00;}  /* mouse over link */
a:active {color:#F00;}  /* selected link */


@font-face {
	font-family: AvantGarde;
	src: url('AvantGarde.ttf');
}

@font-face {
	font-family: AvantGardeLite;
	src: url('AvantGardeLite.ttf');
}

@font-face {
	font-family: AvantGardeBold;
	src: url('AvantGardeBold.ttf');
}

@font-face {
	font-family: roundabout;
	src: url('00222.ttf');
}

