/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	background-color: #ffffff;
	
}

#container{
	margin: 0px auto 0px auto;
	width: 658px;
	padding:5px;
	background-image:url(images/bg.jpg); background-repeat: no-repeat;
	min-height:700px;
	background-color:#EDEDED;
}


#navigation{
	position:absolute;
	float: left;
	width: 658px;
	font-family:verdana;
	font-size:11px;
	color:#386aa5;
	font-weight:bold;
	text-align:center;
	top: 399px;
	}

.tip{color:Red;}

a{color:#59a9d7;}
a:hover{color:#ff0000;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

#content{
	position:absolute;
	top:435px;
	width:658px;
	font-family:verdana; font-size:11px;
	padding-left:5px;
	background-color:#EDEDED;
}
#content p{font-size:10px; width:600px;}


h1	{font-size:15px; color: #A11A38; border-bottom: dotted 1px; width:250px;}
h2	{font-size:11px; color: #A11A38;}
h3	{font-size:11px; color: #A11A38;}
