body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	/*background-color:#C0C0C0;*/
	background-image:url(images/back.png);
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 900px;
}
#main {
	width: 900px;
	/*background-image:url(images/background.gif);*/
	
}
/******************** header ********************/
#header {
	width:900px;
	height:150px;
	
	/*margin-left:200px;*/
	display:block;
	/*background-color: #000000;*/
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 36px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 10px;
	
}
#header2 {
	float:left;
	width:150px;
	height:75px;
	background-color: #F535AA;
	margin-bottom: 2px;
	font-size: 10px;
	color: #FFFFFF;	
	font-weight:900;
	text-align:center;

}
#header2 a{
color: #FFFFFF;	
}
#header2 a:hover{
color:#000000;
}

#header3 {
	float:left;
	width:750px;
	height:75px;
	background-color: #F535AA;
	margin-bottom: 2px;
	font-size: 10px;
	color: #FFFFFF;	
	font-weight:900;
	text-align:center;

}


/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:900px;
	margin-left:0px;
	/*background-color:#FFFFFF;*/
}

#left {
	float:left;
	width:150px;
	height:650px;
	background-image: url(images/side.jpg);
	
	/*color:#FFFFFF;
	font-weight:900;
	padding: 40px 20px;*/
	margin: 0px 6px 0px 0px;
	/*display:inline;*/
	
	}

#menu {
width: 130px;
margin: 50px 2px 2px 10px;
padding: 3px 5px 3px 1px;
font-weight: bold;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
/*border: 1px solid gray;
background: #ccc;*/
background-image: url(images/button.png);
}
#menu dd {
border: 1px solid gray;

}
#menu li {
text-align: center;
background: #fff;
list-style-type:none;

/*background-image: url(images/button.png);*/
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #F535AA;
}

#right {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:350px;
	height:650px;
	/*display:inline;*/
	margin: 40px 0px 0px 0px;
	margin-left:20px;
	/*background-color:#a5cae5;*/
}
#right p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}

#right b {
	font-size: 14px;
	color: #000000;
	padding: 5px 0px;	
	font-weight:bold;
	text-align:center;
}
#right ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:80px;
	font-weight:800;
}


#right a{
	color: #052d4e;
	font-weight:800;
}
#right a:hover{
	color:#FFFFFF;
}
#right h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#right h2{
	font-size: 14px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#right span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
.post a:hover{
}

.post p{
}
#photo {
	float:right;
	width:350px;
	margin: 75px 0px 0px 0px;
	
}


#photo2 {
	margin-top:20px;
	margin-left:-20px;
	
	width:700px;
	height:75px;
	/*background-color: #F535AA;*/
	margin-bottom: 2px;

}
#photo3 {
	margin-top:20px;
	margin-left:-20px;
	padding-top:50px;
	width:700px;
	height:75px;
	/*background-color: #F535AA;*/
	margin-bottom: 2px;

}
/******************** Footer ********************/
#footer {
	width:900px;
	text-align:center;
	color:#000000;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#000000;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#000000;
	margin: 10px 0px;
}
#footer left {
	display:block;
	text-align:left;
}
.clear{
	clear:both;
}



