@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/base_background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

object {
	outline: none;
}

#container {
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	top: 0;
	left: 50%;
	margin-top: 10px;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header {
	height: 140px;
	width: 1000px;
}

#logo {
	float: left;
	padding-top: 55px;
	padding-right: 150px;
}

#menuText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #CCC;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 55px;
}

#menuText a {
	text-decoration: none;
	color: #CCC;
}

#menuText a:hover {
	text-decoration: underline;
	color: #CCC;
}

#menuText a:visited {
	text-decoration: none;
	color: #CCC;
}

#menuDivider {
	background-image:url(../images/menu_divider.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 1px;
	float: left;
	margin-top: 30px;
}

#portfolio {
	width: 1000px;
}

#textheader {
	float: left;
	width: 1000px;
	padding-left: 16px;
}

#textheader h1 {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

#textcolumn {
	float: left;
	width: 300px;
	padding-left: 16px;
	padding-right: 16px;
}

#textcolumn p, li, td {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#textcolumn h2 {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#textcolumn a {
	color: #6CF;
	font-family: Verdana, Geneva, sans-serif;
}

#textcolumn input, textarea {
	background-color: #000;
	color: #CCC;
	border: #CCC 1px solid;
}


#footer {
	width: 1000px;
	border-top: solid 1px #930;
	text-align: right;
	margin-top: 10px;
	clear: both;
}

#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight:normal;
	margin-top: 5px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}