body{
	background-color: #FFFFFF;
	font-family: "gill sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}

h1{
	font-size:20px;
	color:#ff0504;
	margin:5px 0 5px 0;
	font-weight: normal;
	}
	
h2{
	font-size:11px;
	color:#787878;
	margin:0;
	font-weight: normal;
	}
	
p{
	margin:10px 0 10px 0;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

a{
	color:#787878;
	text-decoration: none;
	}
	
a:visited{
	color:#787878;
	text-decoration: none;
	}
	
a:hover{
	color:#ff0504;
	text-decoration: none;
	}

.grey{
	color:#787878;
	}

.on{
	width:75px;
	height:50px;
	background-color:#ff0504;
	color:#fff;
	text-align:center;
	padding: 30px 0 0 0;
	}

.red{
	color:#ff0504;
	}

/* main content */

#wrapper{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}

/* head */
.header{
	width:900px;
	height:80px;
	}
	
.logo{
	float:left;
	width:215px;
	height:50px;
	margin:10px 0 0 5px;
	}
	
/* navigation */

.social{
	float:right;
	width:70px;
	height:31px;
	margin:25px 10px 0 0;
	}

#navigation{
	float:right;
	width: 480px;
	height:40px;
	text-transform: uppercase;
	margin:0 40px 0 0;
	}

ul.menu{
	margin:0;
	padding:0;
	}
	
#navigation li{
 	float:left;
	margin: 0;
   	display: block;
}

#navigation li a {
	display:block;
	width:75px;
	height:40px;
	text-align:center;
	padding: 30px 0 0 0;
}

#navigation li a:hover {	
	width:75px;
	height:50px;
	background-color:#ff0504;
	color:#fff;
	text-align:center;
}

/* tighten FireFox2 */	
#navigation li, #subnav li, x:-moz-any-link {
	float:left;
	margin: 0;
  	display: block;
	}

/* tighten FireFox3 */	
#navigation li, #subnav li, x:-moz-any-link, x:default  {
	float:left;
	margin: 0;
	display: block;
	}

/* home */
#main{
	width:900px;
	height:500px;
	margin:0;
	}

.show{
	float:right;
	width:900px;
	height:300px;
	margin: 0;
	}

.contentRight{
	float:right;
	width:280px;
	height:160px;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
	}

.contentCenter{
	float:right;
	width:280px;
	height:160px;
	margin:10px 13px 0 0;
	padding:0 10px 0 0;
	border-right: 1px dotted #d2d2d2;
	}

.contentCenter li, .content li, .contactRight li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0 0 0 1.1em;
	}

.contentLeft{
	float:left;
	width:280px;
	height:160px;
	margin:10px 0 0 5px;
	padding:0 10px 0 0;
	border-right: 1px dotted #d2d2d2;
	}

.bottom{
	clear:both;
	width:900px;
	height:20px;
	margin:0;
	}
	
.more1{
	float:right;
	width:280px;
	margin:0;
	padding:0 15px 0 0;
	text-align:right;
	}

.more2{
	float:left;
	width:280px;
	margin:0 0 0 5px;
	padding:0 10px 0 0;
	text-align:right;
	}
	
.more1 a, .more2 a{
	color:#ff0504;
	}

.more1 a:hover, .more2 a:hover{
	color:#787878;
	}

/* main pages */

.border{
	width:900px;
	height:10px;
	background-color:#ff0504;
	}

.image{
	float:left;
	width:300px;
	height:490px;
	margin: 0;
	background-color:#ff0504;
	}

.content{
	float:right;
	width:490px;
	height:auto;
	margin:20px 50px 0 20px;
	}

/* people */

#mainPeople{
	width:900px;
	height:auto;
	margin:0;
	overflow:hidden;
	}
	
.imagePeople{
	float:left;
	width:300px;
	height:100%;
	margin: 0;
	background-color:#ff0504;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	}

.break{
	height:10px;
	border-bottom: 1px dotted #d2d2d2;
	margin:0 0 15px 0;
	}
	
/* contact */

.contactRight{
	float:right;
	width:200px;
	height:100px;
	margin:0;
	padding:0;
	}

.contactLeft{
	float:left;
	width:240px;
	height:130px;
	margin:0 0 15px 2px;
	padding:0;
	border-right: 1px dotted #d2d2d2;
	}

.contactForm{
	clear:both;
	width:400px;
	height:auto;
	}
	
.input-submit {
	background-image:url(../images/submit.gif);
	width: 68px;
	height: 25px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	}

.input-submit:hover {
	background-image:url(../images/submit_over.gif);
	width: 68px;
	height: 25px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	}


/* footer */
#footer{
	width:900px;
	height:30px;
	color: #ccc;
	background-color:#303030;
	margin:auto;
	}

.footerRight{
	float:right;
	margin:5px 10px 00;
	text-align:right;
	font-size: 9px;
	color:#787878;
	}

.footerLeft{
	float:left;
	height:20px;
	margin:5px 0 0 10px;
	font-size: 11px;
	color:#d2d2d2;
	}

.site{
	float:right;
	font-size:9px;
	color:#484848;
	margin:5px 0 0 0;
	}
	
/* Margin fix IE 6 */


*html #navigation li {
 	float:left;
	margin: 0;
   	display: block;
}

*html .content{
	margin:20px 30px 0 20px;
	}

