/* CSS Document */
body		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			margin:0px;
			background:#393939;
			}
a			{text-decoration:none;}
a img 		{border:0}
#main 		{
			width:949px;
			margin-left:auto;
			margin-right:auto;
			background:#393939;
			}
#middle		{
			padding:100px 85px;
			}
.box 		{	
			float:left;
			margin:4px;
			width:186px;
			height:186px;
			}

#logobox	{
		width:186px;
		height:186px;
		background:#171717;
		}
#nav	{
		width:186px;
		height:186px;
		background:#171717;
		}
#nav ul{
		list-style:none;
		margin:0px 5px;
		padding:10px 0 0 0;
		text-align:center;
		}
#nav li{
		margin:15px 0 !important;
		margin:10px 0;
		cursor:pointer;	
		}
.altbg1,.altbg1 a {
		background:#393939;
		color:#202020;
		font-size:12px;
		}
.altbg2,.altbg2 a {
		background:#171717;
		color: #5F5F5F; 
		font-size:12px;
		}
.title,.title a {
			font-size: 12px; 
			color:#202020;
			}
.title		{
			position:relative;
			top:5px !important;
			top:0px;
			left:5px;
			}
.title a:hover {
			color:#CCCCCC;
			}

		

