*
{
	position : relative;
	padding : 0;
	margin : 0;
	border : 0;
	list-style : none;
}

body
{
	background : #23487d;
	font-family : 'Verdanna',Sans-Serif;
	color : #eee;
	font-size : 14px;
	text-align : center;
}

#container
{
	width : 750px !important;
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	border : 2px solid #eee;
	padding : 3px;
	background : #23487d;
	margin-top : 7px;
	margin-bottom : 7px;
	text-align : left;
}

#menu
{
	float : right;
	width : 197px;
	border : 1px solid #eee;
	padding : 3px;
	margin-bottom : 3px;
}

#menu a
{
	text-decoration : none;
	font-weight : bold;
	color : #eee;
}

#menu a:hover
{
	text-decoration : underline;
}

#main
{
	min-height : 350px;
	height : auto !important;
	height : 350;
	float : left;
	width : 524px !important;
	width : 548px;
	border : 1px solid #eee;
	padding : 8px;
	margin-bottom : -180px !important;
	margin-bottom : -172px;
	text-align : justify;
}


#main #logo
{
	margin-top : 15px;
	margin-left : 115px;
}

#main p
{
	margin-bottom : 10px;
}

#main ul
{
	margin-bottom : 10px;
}

#main li
{
	margin-left : 15px;
}

#main h2
{
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	margin-top : 10px;
	margin-bottom : 7px;
}

#main h3
{
	font-size : 16px;
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 3px;
}

#main p
{
	text-indent : 25px;
}

#main #tag
{
	text-align : center;
}

#footer
{
	margin-left : 545px !important;
	margin-left : 553px;
	margin-right : -3px;
	margin-bottom : -3px;
	border-top : 2px solid #eee;
	border-left : 2px solid #eee;
	padding : 3px;
	width : 200px !important;
	width : 201px;
	height : 175px;
	clear : both;
	font-size : 10px;
}

#footer ul
{
	border-top : 2px solid #eee;
}

#footer a
{
	color : #eee;
	text-decoration : underline;
}

#footer a:hover
{
	text-decoration : none;
}

#footer img
{
	margin-left : 25px;
}