body 
	{
	background-color:#ffffff;
	text-align:center;
	padding:0px;
	margin:0px;
	font-color:#000000;
	}

p
	{
	color:#000000;
	font-family:arial;
	font-size:0.7em;
	line-height:1.4em;
	}
		
a:link
	{
	color: #000000;
	text-decoration:none;
	}
	
a:visited 
	{
	color: #000000;
	text-decoration:none;
	}
	
a:hover
	{
	color: #ff0000;
	text-decoration:none;
	}
	
a:active
	{
	color: #ff0000;
	text-decoration:none;
	}
	
#wrapper 
	{
	background-color:transparent;
	text-align:center;
	margin:0 auto;
	width:100%;
	}

#container
	{
	width:680px;
	text-align:left;
	margin:0 auto;
	}
	
#main-nav
	{
	width:680px;
	padding:0px;
	margin:0px;
	}

#main-nav ul
	{
	font-family:arial;
	font-size:0.7em;
	border:0;
	margin:10px 0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	clear:left;
	}

#main-nav li
	{
	display:block;
	width:150px;
	float:left;
	text-align:left;
	padding:0px;
	margin:0px 10px;
	}

#main-nav li.top
	{
	border:1px;
	border-color:red;
	border-top-style: dotted;
	padding:5px 0px;
	}

#main-nav li.bottom
	{
	border:1px;
	border-color:red;
	border-bottom-style: dotted;
	padding:0px 0px 5px 0px;
	}
	
#content
	{
	margin:0px;
	padding:0px;
	width:680px;
	}
	
#image
	{
	width:150px;
	float:left;
	padding:5px 0px 0px 0px;
	margin:10px;
	border-color:red;
	border-style:dotted;
	border-width:1px 0px 0px 0px;
	}
	
#submenu
	{
	width:150px;
	float:left;
	padding:5px 0px 0px 0px;
	margin: 10px;
	border-color:red;
	border-style:dotted;
	border-width:1px 0px 0px 0px;
	font-family:arial;
	font-size:0.7em;
	line-height:1.4em;
	}
	
#text
	{
	width:320px;
	float:left;
	padding:5px 0px 0px 0px;
	margin:10px;
	border-color:red;
	border-style:dotted;
	border-width:1px 0px 0px 0px;
	font-family:arial;
	font-size:0.7em;
	line-height:1.4em;
	}
	
#footer
	{
	height:20px;
	width:660px;
	text-align:left;
	clear:both;
	margin:5px 10px;
	padding:5px 0px;
	color:#000000;
	font-family:Arial;
	font-size: 9px;
	border-color:red;
	border-style:dotted;
	border-width:1px 0px 0px 0px;
	}