@import url(reset.css);

body
{
	background-color:#F1E4AA;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

hr
{
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
#menu a:link,#menu a:visited
{
	display:block;
	text-decoration:none;
	text-transform:capitalize;
	color:#000;
	background-color:#fff;
	font-weight:bold;
	text-align:center;
	width:130px;
	border-right-style:solid;
	border-right-width:1px;
	
}
#menu a:hover,#manu a:active
{
	text-decoration:none;
	background-color:#EEE;
	text-align:center;
	border-right-style:solid;
	border-right-width:1px;
}

#page
{
	background-color: #fff;
	border-style: solid;
	border-width:3px;
	border-color: #000;
	margin: 42px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#menu
{
	width:800px;
	background-color:#fff;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#menu ul
{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
}

#menu ul li
{
	float:left;
	font-size:1.7em;
}

#actions ul
{
	list-style-type:none;
}

#actions ul li
{
	display:inline;
}

#network a
{
	margin-right:10px;
}

#content
{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	padding:25px 50px;
	color: #222;
}


#logo
{
	height:47;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
}


#network
{
	float:right;
}


#footer
{
	text-align: right;
	border-top-style:solid;
	border-top-width:1px;

}

#footer p
{
	margin: 0;
	padding: 0;
}

#sideinfo
{
font-size:1em;
line-height:1.2em;
float:right;
width:240px;
margin:0 0 15px 20px;
padding:15px;
border-left:1px solid black;
text-align:left;
}

#sideinfo img
{
	margin-left: 10px;
}
