@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin-top:0;
}

/* &) Text

------------------------------------------------------------------ */

body {
	margin:0px;
	font-size: 14px;
	font-weight:normal;
	font-family:"MyriadPro", "Myriad Pro Light",
    "Myriad Pro", sans-serif;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
	background: #000000;
	text-decoration: none; 
	color: #cccccc;
	line-height:15px;
	}

p { 
	margin: 0px 0px 0px 0px; 
}

span.bold {
	font-weight:600;
	color:#e1e1e1;
}

h1 { 
	font-size:18px;
	font-weight:600;
	color:#e1e1e1;
	margin-top:0px;
	margin-bottom:10px;
}

a:link  { 
	color: #cccccc; 
	text-decoration: none; 
	background-color: black; 
}

a:active  { 
	color: #333333; 
	text-decoration: none; 
	background-color: #f6f6f6; 
}

a:visited  { 
	color: #cccccc; 
	text-decoration: none; 
	background-color: black; 
}

a:hover { 
	text-decoration: none; 
	color: white; 
	background-color: #333333; 
}

a.on {
	text-decoration: none; 
	color: #cccccc; 
	background-color: #202020;
}

img { 
	border: none; 
}

/* &) Divs

------------------------------------------------------------------ */

#header {
	background:#000000 url(../images/header.jpg) top left no-repeat;
	margin-top:0px;
	margin-left:0px;
	padding:0px;
}

#wrapper {
	width:1000px;
	position:relative;
	overflow:hidden;
}

#menu {
	width:150px;
	margin-top:5px;
	margin-left:25px;
	margin-right:25px;
	float:left;
}

#content {
	margin-bottom:50px;
	margin-left:200px;
	margin-top:5px;
	position:relative;
	border-style:none none solid; 
	border-width:medium medium 1px; 
	border-color:#101010;
}

.img-container	{ 
	width: 720px; 
	margin-top:0px; 
	padding:0; 
	margin:0 0 0px 0px;
}

img.heading {
	margin-top:0px;
	margin-bottom:10px;
}

/* &) Lists

------------------------------------------------------------------ */

#menu ul {
	list-style:none;
	margin:0 0 14px 0;
	color:#f6f6f6;
	font-weight:normal;	
}

#menu ul li.section-title { 
	margin:0 0 2px 0; 
	font-size:14px;
	font-weight:600; 
}