/*** Stylesheet by Zack Creach 2009 ***/

/*** HTML TAGS ***/

body { 
	background-color:#717171;
	text-align: center;
	margin: 0px auto;
}

/*** TEXT STYLES ***/

.header {
	font-size: 12pt;
	font-weight: bold;
}

.paragraph {
	height: 268px;
	position: relative;
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	line-height:1.65em;
	text-align:center;
	margin: 20px;
	text-align: justify;
	font-size: 8pt;
	text-transform:uppercase;
	float: left;
}

.real {
	color: #969696;
	line-height:1.4em;
	text-transform: none;
}

/*** DIVS ***/
	
#content {
	width: 100%;
	position:relative;
	height: 308px;
	font-family: arial, san-serif, helvetica;
	color:#767676;
	text-align:right;
	text-transform:uppercase;
	background-image: url(images/body.png);
}

#footer {
	position: relative;
	font-family: arial, san-serif, helvetica;
	font-size: 7pt;
	color:#969696;
	text-align:left;
	text-transform:uppercase;
	margin-left: 10px;
	height: 10px;
}

.boxleft {
	width: 300px;
	position:relative;
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	line-height:1em;
	text-align:center;
	vertical-align: middle;
	float: left;
}

.boxright {
	padding: 20px;
	position:relative;
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	line-height:1.4em;
	text-align:right;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 8pt;
}

.models {
	width: 200px;
	
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	line-height: 22pt;
	text-align:center;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 7pt;
}


/*** LINKS ***/

a:link {
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
}

a:visited {
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
}

a:hover {
	font-family: arial, san-serif, helvetica;
	color: #cdd2ff;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration:none;
}

a:active {
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
}



.header:link {
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}

.header:visited {
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}

.header:hover {
	font-family: arial, san-serif, helvetica;
	color: #ffd8d5;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	font-size: 12pt;
}

.header:active {
	font-family: arial, san-serif, helvetica;
	color:#dadada;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}


