/****************************************/
/*	c2007 Alan Ayers		*/
/*	Don't steal this code asshole.	*/
/*	It's not very good anyway.	*/
/****************************************/

/****************************************/
/*	START PAGE STYLE		*/
/****************************************/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: helvetica, verdana, arial, san-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	background-color: #FFF;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}

/****************************************/
/*	START TEXT STYLE		*/
/****************************************/

.wtext {
	color: #FFF;
}


.ltext {
	color: #B1B19D;
}


/****************************************/
/*	START LINK STYLE		*/
/****************************************/

a:link {text-decoration: none; color: #fff; font-weight:normal;}
a:visited {text-decoration: underline; color: #fff; font-weight:normal;}
a:active {text-decoration: none; color: #fff; font-weight:normal;}
a:hover {text-decoration: underline; color: #333; font-weight:normal;}

/****************************************/
/*	START DIV STYLE			*/
/****************************************/

#maindiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:700px;
	height:430px;
	margin-top: -215px; /*set to a negative number 1/2 of your height*/
	margin-left: -350px; /*set to a negative number 1/2 of your width*/
}

#topdiv {
	width:700px;
	height:200px;
}

#bottomdiv {
	width:700px;
	height:200px;
}

#photo1 {
	width:350px;
	height:200px;
	float:left;
}

#photo2 {
	width:350px;
	height:200px;
	float:right;
}

#photo3 {
	width:350px;
	height:200px;
	float:left;
}

#photo4 {
	width:350px;
	height:200px;
	float:right;
}

#infodiv {
	width:700px;
	height:30px;
	text-align:right;
}

/****************************************/
/*	START PAGE DIV STYLE		*/
/****************************************/

#maindiv2 {
	width:700px;
	height:400px;
	background: url(images/bg.jpg);
}

#contdiv {
	width:680px;
	height:380px;
	padding:10px;
}

#leftdiv {
	width:100px;
	padding-top:60px;
	float:left;
}

#rightdiv {
	width:540px;
	height:380px;
	float:right;
}

#titlediv {
	width:540px;
	height:60px;
	text-align:right;
}

#titlediv2 {
	width:680px;
	height:60px;
	text-align:right;
}

#textdiv {
	width:540px;
	height:305px;
	text-align:left;
}

#textdiv2 {
	width:680px;
	height:305px;
	text-align:left;
}

#navdiv {
	height:15px;
	text-align:right;
}
