﻿body {
	background-color: #000000;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
}

.clearBoth {
	clear: both;
	line-height: 0px;
	padding:0px;
	max-height: 0px;
	margin: 0px;
	border: 0px;
}

h1{
	color: #B751A5;
	font-size: 1.1em;
}

h2{	
	color:#999999;
	font-size: 1.0em;
}

a {
	color: #b751a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 980px;
	margin: auto;
}

#header {
	padding-top: 30px;
	min-height: 90px;
	max-height: 90px;
	border-bottom: 1px #999999 solid;
}

#main {
	background-color: #000000;
}

#leftCol, #mainCol, #rightCol, #footerLeftCol, #footerMainCol, #footerRightCol, #headerLeftCol, #headerMainCol, #headerRightCol {
	float:left;
}

#leftCol {
	width: 110px;
	padding-left: 25px;
	padding-top: 58px;
	background-color: #000000;
} 

#footerLeftCol, #headerLeftCol {
	width: 135px;
	padding-bottom: 0px;
} 

#mainCol {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 15px;
	width: 454px;
	overflow: auto;
	max-height: 416px;
	background-color: #000000;
}

#footerMainCol, #headerMainCol {
	width: 469px;
} 

#rightCol, #footerRightCol, #headerRightCol {
	width: 376px;
	text-align: right;
}

#footer {
	padding-top: 50px;
	color: #bdbabe;
	padding-bottom: 0px;
	margin: 0px;
	border-top: 1px #999999 solid;
	font-size: 85%; 
}

#footerRightCol {
	text-align: right;
}

span.menu {
	line-height: 40px;
}

span.menu a.selected, #leftCol a.selected {
	color: #B751A5;
}

#footer a, span.menu a {
	color: #bdbabe;
	text-decoration: none;
}

#leftCol a {
	text-decoration: none;
	color: #999999;
	line-height: 20px;
}

#footer a:hover, #leftCol a:hover {
	color: #B751A5;
}

span.menu a:hover {
	color:#B751A5
	}

#wideMain {
	background-image:url('../images/contact.jpg');
	background-position:right;
	background-repeat:no-repeat;
	min-height: 416px;
	background-color: #000000;
	padding-top: 20px;
	padding-left: 135px;
}

#wideMainContact {
	background-image:url('../images/moon.jpg');
	background-position:right;
	background-repeat:no-repeat;
	min-height: 416px;
	background-color: #000000;
	padding-top: 20px;
	padding-left: 135px;
	color: #CCCCCC;
}

#wideMainPortfolio {
	min-height: 415px;
	background-color: #000000;
	padding-top: 20px;
	padding-left: 135px;
	color: #CCCCCC;
	padding-top: 18px;
}


#wideMain a {
	color: #999999;
}

#wideMain a:hover {
	color: #B751A5;
}




