body {
	background-image: url(images/main_bg.gif);
	font-family: 'gill sans', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-color: #303030;	
	color: #DEDEDE;
	font-size: 12px;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #1951C8;
	text-decoration: none;
}

h1 {
	color: #FFFFFF;
	letter-spacing: 3px;	
	font-size: 13px;
	line-height: 12px;	
}

h2 {
	color: #FFFFFF;
	letter-spacing: 3px;	
	font-size: 16px;
	line-height: 12px;
}

small {
	font-variant: small-caps;
	font-style: oblique;
}

.smaller {
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 5px;
}


.outline {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 941px;
	height: 630px;
	left: 50px;
	top: 9px;
}

.content {
	position: absolute;
	width: 530px;
	left: 71px;
	top: 203px;
	height: 365px;
	color: #000000;
	z-index: 3;
}

.contenttext {
	margin-top: 30px;
	letter-spacing: 1px;
	font-size: 14px;
	word-spacing: 1px;
}

.menu {
	font-family: 'gill sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	word-spacing: 2px;	
	line-height: 34px;
	position: absolute;
	width: 780px;
	left: 65px;
	top: 160px;
}

.submenu {
	position: absolute;
	font-size: 14px;
	letter-spacing: 3px;	
	width: 200px;
	left: 635px;
	top: 235px;
	height: 260px;
}

.menu a, .submenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover, .submenu a:hover {
	color: #1951C8;
	text-decoration: none;
}

.bottombar {
	position: absolute;
	letter-spacing: 1px;
	width: 600px;
	left: 71px;
	top: 610px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.bottombar a{
	color: #FFFFFF;
	text-decoration: none;
}

.bottombar a:hover{
	color: #1951C8;
	text-decoration: none;
}

.copyright {
	position: absolute;
	letter-spacing: 0px;	
	width: 180px;
	left: 671px;
	top: 610px;
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
}

/* FORM STYLES */

input {
	color: #000000;
	font-size: 13px;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	background: transparent;
	background-color: #FFFFFF;
	opacity: .6;
	filter:alpha(opacity=60);
}

textarea {
	color: #000000;
	font-size: 13px;
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	background: transparent;
	background-color: #FFFFFF;
	opacity: .6;
	filter:alpha(opacity=60);
}

.formextra {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	z-index: 1;
	visibility: hidden;
}

.portfolio_web a img {
	border: 2px dotted #FFF;
}

.portfolio_web a:hover img {
	border: 2px dotted #0066A4;
}

.imgleft {
padding-right: 15px;
}

.imgright {
padding-left: 15px;
}

.even {
	background-color: #FFFFFF;
}

.odd {
	background-color: #DDDDDD;
}