﻿/* disposition CSS */
#masthead {
}

#top_nav {
position: relative;
width: 770px;
margin: 0 auto;
padding: 0;}

#container {
border-top-color:gray;
background-color:white;
	position: relative;
	width: 770px;
	margin: 0 auto;
}

#page_content {
	font-family : verdana, sans-serif;
	font-size:small;
	color: black;
	margin-right: 200px;
	padding-right: 20px;
	padding-left: 8px;
}

#right_col {
	font-family : verdana, sans-serif;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 20px;
}

#footer {
background-color:white;
font-size:x-small;
font-family : verdana, sans-serif;
width: 770px;
height: 25px;
margin: 0 auto;

}
a:link  {
	font-family : verdana, sans-serif;
	color: #fd7e78;
	text-decoration: none;
}
a:visited  {
	font-family : verdana, sans-serif;
	color: #fd7e78;
	text-decoration: none
}
a:active   {
	font-family : verdana, sans-serif;
	color: #fd7e78;
	text-decoration: none
}
a:hover   {
	color: #E40F03;
	text-decoration: underline;
	font-family : verdana, sans-serif;
}

P {
	font-family : verdana, sans-serif;
	color : Black;
	text-decoration : none;
	margin-top : 0	;
	margin-bottom : 0 ;
    margin-left : 5 ;
	}

HR {
	height: 1px;
	color: #FF4F4F;
}

