body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #101010;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
a {
	color:#6ba6ff;	
}

a:visited {
	color:#6ba6ff;
}

a:hover {
	color:#CC3333;
}

#logo img {
	color:#292929;
	border:0;
}

#logo {
	text-align:center;
	color:#FFF;
	padding:2px;
}

h1, h2 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-size:18px;
}

h3 {
	font-size:14px;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

.titleDiv {
	margin:0 0 4px 4px;
	font-size:14px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
	background-color:#292929;
}

#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
	color:#FFF;
}

#topLinksOne {
	position:absolute;
	top: 16px;
	right: .4em;
	color:#6ba6ff;
	font-size:12px;
}

#topLinksTwo {
	position:absolute; 
	top: 40px;
	right: 1.4em;
	color:#6ba6ff;
	font-size:12px;
}

#layoutdims {
	clear:both;
	background-color:#202020;
	border-top:1px solid #000;
	margin:0;
	padding:4px 12px !important;
	text-align:center;
color:#FFF;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:20px 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	color:#FFF;
}
/* 3 Column settings */
.threecol {
	background-color: #000000;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background: #101010;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background-color: #000000;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.mainHolder {
	padding:5px;
	background-color:#303030;
	border-width:3px;
	border-color:#292929;
	border-style:outset;
	margin:10px;
	float:left;
	height:auto;
}

.mainHolderInside {
	background-color:#101010;
	border-width:3px;
	border-color:#000000;
	border-style:outset;
	padding:4px;
	color:#FFF;
	font-size:10px;
	height:auto;
	float:left;
}

.mainHolderImg {
	padding:2px 6px 2px 2px;
	float:left;
	border:0;
}

.bottomInsidePlay {
	padding:10px 6px 2px 2px;
	font-size:12px;
}

#contactForm {
	height:380px;
	text-align:left;
	font-size:10px;
	color:#FFF;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #FFF;
	background-color:#303030;
	color:#FFF;
	font-size:11px;
}
#footer p {
	padding:2px;
	margin:0;
}

#footer a {
	color:#CC3333;

}

#footer a:visited {
	color:#CC3333;	

}

#footer a:hover {
	color:#6ba6ff;	

}