@charset "UTF-8";
/* CSS Document */

/* Main page settings */

body { 
    margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 945px;
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
	background-color: #FFFFFF;
}

#wrapper {
	margin:0 auto;
	width:945px;
	text-align: left;
	border: thin;
	border-style: solid;
	border-top-style: none;
	border-color: #999999;
	padding-bottom: 30px;
}

#main {
}

#header {
	height: 170px;
}

#menu {
   position: relative;
   right: 0px;
   top: -17px;
}


#title {
	position:relative;
	padding-left: 30px;
	padding-right: 30px;
	height: 92px;
}

#title #text {
	position:absolute;
	width:885px;
	bottom: 0px;
}

#title #quote {
	position:absolute;
	right: 30px;	
}

#contentLeft {
	float: left;
	display: inline;
	width: 500px;
	padding-left: 30px;
	padding-right: 20px;
}

#contentRight {
	float: right;
	display: inline;
	padding-right: 30px;
	width: 320px;
}

#videoContentRight {
	float: right;
	display: inline;
	padding-right: 30px;
	padding-top: 20px;
	width: 360px;
	height:263px;
}

#submenu {
	float: left;
	display: inline;
	width: 150px;
}

#subcontent {
	float: left;
	display: inline;
	width: 350px;
}

#footer {
	clear: both;
	margin:0 auto;
	width:945px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

#clear {
	clear: both;
}



/* IMAGE STYLING */

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#contentRight img {
	padding-top: 20px;
}

/* GALLERY STYLES */
#contentRight.gallery { padding-top: 20px; }

#contentRight.gallery img{
 float: left; width: 102px; margin: 3px; padding: 0;
}

#contentRight.gallery img.left{
  margin-left: 0;
}

#contentRight.gallery img.right{
  margin-right: 0;
}
/* END GALLERY STYLES */