/* YoungSETAmbassadors LAYOUT CSS */


html {
	height: 100%;
	margin-bottom: 1px
}
body {
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size: 100%;
	line-height: 110%;
	background: url(../images/cogs.jpg) no-repeat fixed 0 80px;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
}


/*TEXT PROPERTIES*/

p, ul {
	font-size: 70%
}
h1, h2, h3 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-weight: normal
}
h1 {
	font-size: 180%;
	color: #ffffff;
	margin: 0;
	padding-top: 35px;
	line-height: 5px
}
h2 {
	font-size: 150%;
	color: #333333;
	padding: 10px 0 30px 0;
	margin: 0
}
h3 {
	font-size: 100%;
	color: #ff0033;
	background-color: transparent;
	padding-top: 20px
}
h4 {
	font-size: 90%;
	font-weight: bold;
	color: #ff0033;
	background-color: transparent;
	padding-top: 20px
}
a:link, a:visited {  
	font-weight: bold;
	text-decoration: underline;
	color: #ff0033;
	background-color: transparent;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #a70000;
	background-color: transparent;
}
img {
	border-width: 0
}
.indent {
	padding: 0 20px 0 20px
}
.clear {
	clear: both
}
.colour {
	color: #ff0033;
	background-color: transparent;
}
.small, .caption {
	font-size: 65%;
	line-height: 110%;
	margin-top: 5px
}
.set {
	font-family: "Courier New",Courier, monospace;
	color: #ff0033;
	font-weight: bold;
	font-size: 170%
}



/*MAIN PAGE DIV PROPERTIES*/

/*page headers*/
	#header {
		background: #000000 url(../images/bannerimages.jpg) no-repeat fixed 300px 0px;
		width: 100%;
		height: 80px;
		margin: 0;
		padding: 0;
		text-align: left
	}
	#shade {
		width: 100%;
		height: 22px;
		margin: 0;
		padding: 0;
		background: transparent url(../images/p7ap_light_gray_bevel.jpg) repeat-x
	}
	#molecule {
		position: relative;
		width: 100%;
	}
		#molecule img {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 20
		}

/*COLUMNS*/

#wrapper {
	width: 760px;
	margin: 10px auto;
}

/*LEFT column*/
	#navigation {
		width: 200px;
		float: left;
		margin: 0;
		padding: 0	
	}
		#menuTop {
			width: 200px;
			height: 15px;
			background: url(../images/menutop.jpg) no-repeat
		}
			#menuTop img {
				float: left;
				padding: 1px 0 0 20px
			}
		#menuBottom {
			width: 200px;
			height: 15px;
			background: url(../images/menubtm.jpg) no-repeat
		}

/*MIDDLE column*/
	#main {
		width: 400px;
		float: left;
		margin-left: 15px;
	}
		#mainTop {
			width: 400px;
			height: 15px;
			background: url(../images/maincolumntop.jpg) no-repeat;
		}
			#mainTop img {
				float: left;
				padding: 9px 0 0 20px
			}
		#mainBottom {
			width: 400px;
			height: 15px;
			background: url(../images/maincolumnbtm.jpg) no-repeat
		}
	#content {
		width: 358px;
		padding: 20px;
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
		font-family: Arial,Helvetica,sans-serif;
		text-align: left;
	}
		#content ul li {
			padding-bottom: 10px
		}
	.footer {
 		margin: 0;
		padding-top: 4px;
		font-size: 50%;
		line-height: 100%;
		color:#ff5853;
		background-color: transparent;
	}
		.footer a:link, .footer a:visited {  
			color: #ff7873;
			background-color: transparent;
			text-decoration: none
		}
		.footer a:hover, .footer a:active {
			color: #a70000;
			background-color: transparent;
			text-decoration: none
		}


/*RIGHT column*/
	#pictures {
		width: 128px;
		background-color: #ffffff;
		float: left;
		margin-left: 15px;
	}
		#pictures img {
			margin: 0;
			padding: 0;
			border: 1px solid #333333
		}



/*block tag properties*/
.search {
	width: 450px;
	margin: 0;
	padding-bottom: 10px;
	float: right;
	font-size: 70%;
	text-align: right;
}
.quotebox {
	color: #007ca8;
	background-color: #e8e1d1;
	font-family: Times,"Times New Roman",serif;
	font-size: 105%;
	width: 180px;
	margin-top: 40px;
	padding: 10px;
	border: 1px solid #007ca8;
	text-align: left;
	line-height: 110%;
}