/* CSS Document */

img
{
	border:0px;
}

a:link
{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:active
{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:visited
{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#FF33FF;
	text-decoration:underline;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
}

#main_container
{
	width:800px;
	height:600px;

}

#logo
{
	position:absolute;
	float:left;
	margin-left:25px;
	width:761px;
	height:115px;
	z-index:1;
}

#nav
{
	position:absolute;
	width:311px;
	height:311px;
	float:left;
	margin-left:58px;
	margin-top:185px;
	z-index:2;
}

#text
{
	positon:absolute;
	width:311px;
	height:311px;
	float:left;
	margin-left:435px;
	margin-top:185px;
	z-index:3;
}

#footer
{
	position:absolute;
	width:742px;
	height:50px;
	margin-left:32px;
	margin-top:565px;
	border-top:1px dashed #000000;
	z-index:4;
}

#footer1
{
	position:absolute;
	width:742px;
	height:50px;
	margin-left:32px;
	margin-top:650px;
	border-top:1px dashed #000000;
	z-index:4;
}

#content
{

	position:absolute;
	width:690px;
	height:410px;
	float:left;
	margin-left:58px;
	margin-top:135px;
	z-index:5;
}
