@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0; }


body {
	background-color:#F3F3F3;
font-family:arial,helvetica,sans-serif;
font-size:12px;
}

a:link {color: #ed2690; text-decoration:none;}
a:visited {color: #666666;text-decoration:none;}
a:focus {color:#666666;text-decoration:none;}
a:hover {color:#333333;text-decoration:none;}
a:active {color:#ed2690;text-decoration:none;}

h2 {font-size:14px; color:#ed2690; padding-bottom:5px;}
h1 {font-size:18px; color:#ed2690; padding-bottom:5px;} 

p {text-indent:0px;  }

#container {
margin: 0px auto; /*this centers it on the page*/
	width: 800px;
	background-color:#F3F3F3;
border-right:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
left:50%;

   min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -4em;

}

#header {height:105px;
width:auto;
padding: 10px 0 0 10px;

}
#nav {
	width:450px;
	height:35px;
	float:right;
	font-size:14px;
	text-align:right;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

#photo {height:200px;
width:auto;

}

#bodycontainer {
width:auto;
min-height:600px;
padding:20px 10px 0 10px;
height:auto;

}

#bodycontent {
width:530px;
height:auto;
padding-right:0 px;
padding-left:5px;
}



#news {
width:210px;
height:auto;
min-height:500px;
border-left:1px solid #000000;
padding:10px 5px 10px 10px;
float:right;
position:relative;
color:#333333;
}

#footer {
    position: relative;
    bottom: 0;
	height:30px;
	font-size:10px;
	color:#666666;
	text-align:center
	}



#push {
 height: 4em;
width:auto
}

li {
	font-size: 12px;
	margin-left: 20px;	
}
p {
	text-indent: 10px;
}
