/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #464646;
				
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

#content-area {
	width: 760px;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

/* /layout */



/* font styles */

.orange {
	color: #FC8B07;
}

.uppercase {
	text-transform: uppercase;
}

p {
	margin: 0;
	padding: 0;
}

/* /font styles */



/* header */

#header {
	width: 760px;
	height: 175px;
	padding: 0;
	margin: 0;
}

/* /header */



/* row 1 */

#row1 {
	float: left;
	text-align: left;
	width: 540px;
	margin: 0;
	padding: 0;
}

#four-in-girl {
	float: right;
	text-align: right;
	width: 200px;
	height: 125px;
	margin: 0;
	padding: 0;
}

/* /row 1 */



/* row 2 */

#row2 {
	float: right;
	text-align: right;
	width: 540px;
	margin: 0;
	padding: 0;
}

#tv-girl {
	float: left;
	text-align: left;
	width: 190px;
	height: 142px;
	margin: 0;
	padding: 0;
}

/* /row 2 */



/* row 3 & 4 */

#row34 {
	float: left;
	text-align: left;
	width: 540px;
	margin: 0;
	padding: 0;
}

#college-girl {
	float: right;
	text-align: right;
	width: 205px;
	margin: 0;
	padding: 0;
}

#theory {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#theory-bg {
	background-color: #000000;
	border: 2px solid #000000;
	color: #FC8B07;
}

/* /row 3 & 4 */



/* row 5 */

#row5 {
	float: right;
	text-align: right;
	width: 540px;
	margin: 0;
	padding: 0;
}

#warning-girl {
	float: left;
	text-align: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

#answer {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* /row 5 */



/* link 1 */

#link1 {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	width: 550px;
	height: 60px;
	padding: 0;
	margin: 0 auto;
}

/* /link 1 */



/* link 2 */

#link2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#link2-black {
	background-color: #000000;
	color: #FFFFFF;
	border: 3px solid #000000;
}


#link2-join {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* /link 2 */



/* link 3 */

#orly-bg {
	clear: both;
	background-image: url(../images/orly-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
}

#link3 {
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
}

#link3-join {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
}


/* /link 3 */


#no-questions {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}




/* global links */

a:link {
	color: #FC8B07;
	text-decoration: underline;
}

a:visited {
	color: #E807FC;
	text-decoration: none;
}

a:hover {
	color: #FC6907;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* /global links */



/* highlight */

.highlight img {
	border: 5px solid #C2C2C2;
}

.highlight:hover img {
	border: 5px solid #FC8B07;
}

.highlight:hover {
	color: #FC8B07; /* Dumb definition for MSIE */
}

/* end of highlight */
