/* CSS Document */

body {
	background-color: #2A2A2A;
	background-image: url(../images/column.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:none;
	-moz-outline: none !important;
}

/* /// LAYOUT /// */

#wrap {
	margin-bottom: 30px;
}

#container {
	margin-top:30px;
	margin-bottom: 30px;
	background-color: #2A2A2A;
	height:510px;
}

#container_white {
	margin-top:30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	height:510px;
}

#menu, #content {
	margin-top:15px;
	padding-right:30px;
}

#menu {
	margin-left:55px;
	height:480px;
	width: 300px;
}

#content {
	margin-bottom:15px;
}

.fill {
	background-color: #2A2A2A;
}

#content a { 
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	text-decoration:none;
}
#content a:hover { 
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/* /// MENU LAYOUT /// */

#logo {
	width:180px;
	height:22px;
}

#menu_items {
	vertical-align:bottom;
}

div.csc-textpic img {
	border:1px solid #000000;}
div.csc-textpic-clear {
	clear:none;}