@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}

em {
	color: #F58025;
	font-style: normal;
	}
	
#container {
	width: 998px;
	height: 769px;
	margin: 20px auto;
	background: #FFF url(../images/bg_container.png) no-repeat;
	}
	
#leftcol {
	float: left;
	display: inline;
	width: 265px;
	height: 709px;
	}
	
#leftcol table {
	margin-left: 92px;
	}
	
#lefttop {
	height: 185px;
	}

#lefttop p {
	font-size: 11px;
	line-height: 120%;
	padding: 40px 70px 0 30px;
	}
	
#lefttop strong {
	color: #fff;
	}
	
#rightcol {
	float: left;
	display: inline;
	width: 733px;
	}
	
.home {background: url(../images/photos/001.jpg) no-repeat 100% 0%;}
.who {background: url(../images/bg_who.png) no-repeat 100% 0%;}
.what {background: url(../images/photos/002.jpg) no-repeat 100% 0%;}
.where {background: url(../images/photos/003.jpg) no-repeat 100% 0%;}
.why {background: url(../images/photos/004.jpg) no-repeat 100% 0%;}
.bg001 {background: url(../images/photos/001.jpg) no-repeat 100% 0%;}
.bg002 {background: url(../images/photos/002.jpg) no-repeat 100% 0%;}
.bg003 {background: url(../images/photos/003.jpg) no-repeat 100% 0%;}
.bg004 {background: url(../images/photos/004.jpg) no-repeat 100% 0%;}
.bg005 {background: url(../images/photos/005.jpg) no-repeat 100% 0%;}
.bg006 {background: url(../images/photos/006.jpg) no-repeat 100% 0%;}
.bg007 {background: url(../images/photos/007.jpg) no-repeat 100% 0%;}
.bg008 {background: url(../images/photos/008.jpg) no-repeat 100% 0%;}
.bg009 {background: url(../images/photos/009.jpg) no-repeat 100% 0%;}
.bg010 {background: url(../images/photos/010.jpg) no-repeat 100% 0%;}
.bg011 {background: url(../images/photos/011.jpg) no-repeat 100% 0%;}
.bg012 {background: url(../images/photos/012.jpg) no-repeat 100% 0%;}
.bg013 {background: url(../images/photos/013.jpg) no-repeat 100% 0%;}
	
#rightcol p {
	line-height: 140%;
	padding: 0 40px 10px 0;
	}
	
#logo {
	float: left;
	}

#logo a {
	display: block;
	width: 400px;
	height: 130px;
	text-indent: -9000px;
	}

#quotes {
	float: right;
	height: 180px;
	width: 320px;
	}
	
#quotes p {
	padding-right:25px;
	padding-left: 85px;
	font-size: 11px;
	color: #F58025;
	}
	
.quotetop {
	padding-top: 25px;
	text-align: justify;
	}

.quote {
	text-align: right;
	}
	
#footer {
	height: 60px;
	width: 998px;
	clear: both;
	}
	
#footer p {
	font-size: 10px;
	text-align: right;
	padding: 25px 40px 0 0;
	}
	
#footer img {
	float: left;
	padding: 10px 0 0 95px;
	}
	
#clear {
	clear: both;
	}
	
a:link, a:visited {
	color: #F58025;
	text-decoration: none;
	}
	
a:active, a:hover {
	color: #F58025;
	text-decoration: underline;
	}
	
.blog {
	font-size: 40px;
	font-weight: bold;
	}