html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#home a#homeLink,
body#menu a#menuLink,
body#press a#pressLink,
body#photos a#photosLink,
body#blog a#blogLink {
	color: #f8511b;
	margin-bottom:5px;
}

p {
	font-size: 15px;
	line-height: 22px;
	color: #666;
}

h1 {
	font-size: 15px;
	color: #f8511b;
	font-weight: bold;
}

h2 {
margin:0;
padding:0;
font-size: 18px;
}

h2.blogTitle, h2.orange{
	color: #F8511B;
}

#container {
	min-height: 100%;
	position: relative;
	width: 900px;
	margin: 0 auto auto auto;
	overflow: hidden;
	background: #ffffff;
}

#home1 {
	background: url(../images/bkg_home.jpg) no-repeat;
	height: 445px;
}

#home1 p {
	float: left;
	width: 350px;
	margin-top: 70px;
	margin-left: 300px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

#home1 p a {
	color: #f8511b;
}

#home2 {
	height: 150px;
	background: url(../images/bkg_home2.jpg) no-repeat;
}

#pressbkg {
	background: url(../images/bkg_press.jpg) no-repeat;
	height: 445px;
}

#menubkg {
	height: 445px;
	background-image: url(../images/bkg_menu.jpg);
}

#blogbkg {
	height: 445px;
	background-image: url(../images/bkg_blog.jpg);
}

#photosbkg {
	height: 200px;
	background: url(../images/bkg_photos.jpg) no-repeat;
}

/* @group nav */

#nav {
	float: left;
	width: 100%;
}

#nav ul {
	margin-bottom: 0px;
	list-style: none;
	text-transform: lowercase;
	margin-left: 435px;
}

#nav li {
	display: inline;
	padding-left: 35px;
}

#current a {
	color: #f8511b;
	text-decoration: none;
}

/*

 @end */

/* @group content */

#content {
	padding-top: 10px;
	min-height: 150px;
}

#content a {
	color: #f8511b;
}

#content a:hover {
	text-decoration: underline;
}

/* @end */

/* @group links */

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #f8511b;
	text-decoration: none;
}

a:active {
	color: #666666;
}

/* @end */

/* @group footer */

#footer {
	float: left;
	width: 100%;
}

#footer p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

#contact {
	float: left;
	margin-right: 30px;
	width: 300px;
}

#social {
	float: left;
	width: 300px;
}

#social p {
	line-height: 30px;
}

.austin {
	font-size: 9px;
	border-top: 1px solid #999;
	color: #999;
}

/*--------------PRESS------------------*/
ul.press{list-style-type: none; padding: 0; margin: 0;}

ul.press li {padding-bottom: 10px;}

ul.press h2 {margin:0px;}

/* @end */

/*---------MENU----------------------*/
.menuMenu {
	padding-bottom:20px;
	font-family: sans-serif;
}

h2.menu{
	font-size:28px;
	font-family: sans-serif;
}

#content a.select {
color: #666666;	
}

