@charset "UTF-8";
/* CSS Document */

body {
background-color: #06070b;
margin: 0;
}

.sdMain {
	width: 100%;
	height: auto;
	display: table;
	text-align: center;
	background: url(../images/ggb.jpg) top center no-repeat;
	
}

.sdHold {
	width: 800px;
	margin:  260px auto 10px auto;
	text-align: left;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	line-height: 18px;
}

.sdMain h1 {
	background: url(../images/dillick_logo.jpg);
	width: 280px;
	height: 50px;
}

.sdMain h2 {
	margin-top: 25px;
	font-size: 1.5em;
	font-weight: normal;
}

.sdContent {
	width: 65%;
	height: auto;
	display: table;
	float: left;
}
	

.sdMenu {
	float: right;
	width: 190px;
	border-left: 1px solid #27374c;
	padding-left: 25px;
	font-family: Times New Roman, Times, serif;
	/*font-size: 24px;*/
	font-size: 1em;
	font-weight: 100;
	/*line-height: 40px;*/
	margin-top: 30px;
}


.sdMenu h2 {
	color: #698fc0;
	font-size: 34px;
	font-weight: normal;
}

.sdMenu p {
	font-family: Verdana, Geneva, sans-serif;
}
	

.sdMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.sdMenu li a, .sdMenu li a:visited {
	color: #698fc0;
	text-decoration: none;
}

.sdMenu li a:hover {
	color: #fff;
}
	
.sdMain a, .sdMain a:visited {
	color: #698fc0;
}

.sdMain a:hover {
	color: #fff;
	text-decoration: none;
}