/* Table of Contents

* Import Fonts
* Hyperlinks
* Body
* Global Styles
* Divs
* Custom Divs
*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url('fluid_grid.css');


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body{
	background-image: url("images/stripe.png");
	font-family: 'Droid Sans', sans-serif;
	height: 100%;
}


/* Global Styles
------------------------------------------------------------ */

p {color: #fff;}
h1, h2, h3, h4, h5, h6 {color: #fff;}
h1, h2, h3, h4, h5, h6 {margin: 0;}

/* Divs
------------------------------------------------------------ */

#fullscreen{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}

#headerbar{
	width: 100%;
	height: 35px;
	display: block;
	position: absolute;
	top: 118px;
	left: 0px;
	background-color: #292929;
	text-align: center;
}
	
#mainhead{
	width: 100%;
	display: block;
	position: absolute;
	top: 150px;
	left: 0px;
	text-align: center;
}

#header{
	width: 100%;
	height: 110px;
	background-color: #292929;
	color: #fff;
	text-align: center;
}

#wrapleft {
	width: 308px;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	position: absolute;
	top: 250px;
	left: 48.5%;
	margin-left: -310px;
	text-align: center;
}

#wrapright {
	width: 308px;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	position: absolute;
	top: 250px;
	right: 50.5%;
	margin-right: -310px;
	text-align: center;
}

#contentleft{
	width: 295px;
	height: 500px;
	margin: 0 0 0 0;
	background-color: #292929;
	text-align: center;
	padding-left: 50px;
	padding-top: 10px;
	overflow:auto;
}

#contentright{
	width: 295px;
	height: 500px;
	margin: 0 0 0 0;
	background-color: #292929;
	text-align: center;
	padding-left: 50px;
	padding-top: 10px;
	overflow:auto;
}

#content{
	width: 750px;
	height: 750px;
	text-align: center;
	margin: 0 auto;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}

#footer{
	width: 100%;
	height: 95px;
	background-color: #292929;
	color: #fff;
	border-radius: 0 0 15px 15px;
	text-align: center;
	padding-top: 20px;
}

/* Custom Divs
------------------------------------------------------------ */

.mainouter {
	width: 800px;
	background-color: #292929;
	padding: 15px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
	margin: 15px auto;
}

.subouter {
	width: 600px;
	background-color: #292929;
	padding: 25px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;	
}
