@charset "utf-8";
/* CSS Document */

#container
{
	margin-right:auto;
	width: 100%;
/*	background:#390;*/
	height:inherit;

}

	#menu a{
		display:block;
		width:221px;
		height:33px;
		margin:1em 0;
		padding:7px 0 10px 20px;
		color:#c60;
		background:url(../images/dualdesk.png) 0 0 no-repeat;
		text-decoration:none;
	}
		#menu a:hover {
			background-position: 0 -51px;
			color:#c60;
	}
	
		#menu a:active {
			background-position: 0 -102px;
			color:#c60;
	}
		#menu2 a{
		display:block;
		width:221px;
		height:33px;
		margin:1em 0;
		padding:7px 0 10px 20px;
		color:#c60;
		background:url(../images/crossloop.png) 0 0 no-repeat;
		text-decoration:none;
	}
		#menu2 a:hover {
			background-position: 0 -51px;
			color:#c60;
	}
	
		#menu2 a:active {
			background-position: 0 -102px;
			color:#c60;
	}

#wrapper
{
	width: 870px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
/*	background:#FF0;*/


}
#header
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	float:left;
	padding: 20px;
/*	background:#990;*/

}

#header h1 { margin: 0; }

#content
{
	clear: left;
	float:left;
	width:545px;
	height:250px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -5px;	
/*	background-image:url(../images/middleGradient.png);*/
/*	background-repeat: no-repeat;*/
/*	background-color:#0F9;*/
}
#content ul
{
	
	
}


#content2
{
	clear:left;
	float:left;
	width:545px;
	height:250px;
	padding-left: 10px;
	padding-right: 10px;
/*	background-color:#669;	*/
}

#right
{
	clear: right;
	float: right;
	width: 285px;
	height:100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0;
	margin-bottom: -5px;
/*	background-color:#069;*/
}






#content p
{
	font-family: Verdana, Geneva, sans-serif;
	color: #5f1351;
	font-weight: bold;
	text-align: left;
}
#content h2
{
	color:#000;
	font-size: 160%;
	color: white;
	margin: 0 0 .5em;
}

#footer
{
/*	background:#ccc;*/
	text-align: center;
	padding: 2px;
/*		background-image:url(../images/middleGradient.png);*/
	background-repeat: no-repeat;
	
}

#footer p
{
	font-family: Verdana, Geneva, sans-serif;
	color: #5f1351;
	text-align: center;
	font-size:12px;

}


img
{
	border-style: none;
	
}

li
{
	list-style-type: none;
	
}
#navigation
{
	float: left;
	width: 768px;
	background:#333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover { background:#F0F ; }
