/* CSS Document */
body
{
padding:0px;
margin:0px auto;
background:#CCCCCC;
color: #180a59;
font-family:tahoma;
font-size:11px;
}

#wrapper_left
{
background-color:#ff3737;
width:14px;
}
#wrapper_right
{
background-color:#180a59;
width:9px;
}
#wrapper
	{
		width:777px;
	margin:auto;
	background:#FFFFFF;
	}
	
.bg_left
{
background-color:#ff3737;
width:3px;
}
.bg_home
{
background:url(../images/bg_home.jpg) no-repeat;
width:774px;
}

.bg_cap
{
background:url(../images/bg_cap.jpg) no-repeat;
width:774px;
}

.bg_crew
{
background: url(../images/bg_crew.jpg) no-repeat;
width:774px;
}

.bg_team
{
background: url(../images/bg_team.jpg) no-repeat;
width:774px;
}
.bg_contact
{
background: url(../images/bg_contact.jpg) no-repeat;
width:774px;
}
.bg_homer
{
background: #fff url(../images/bg_homer.jpg) repeat-y;
width:774px;
}

.bg_capr
{
background: #fff  url(../images/bg_capr.jpg) repeat-y;
width:774px;
}

.bg_crewr
{
background: #fff url(../images/bg_crewr.jpg) repeat-y;
width:774px;
}

.bg_teamr
{
background: #fff url(../images/bg_teamr.jpg) repeat-y;
width:774px;
}
.bg_contactr
{
background: #fff url(../images/bg_contactr.jpg) repeat-y;
width:774px;
}

	
#container
{
width:609px;
padding:10px;
color: #180a59;
font-family:tahoma;
font-size:11px;
}

.title
{
color: #ff3737;
font-family: "Bookman Old Style";
font-size:36px;
font-style:italic;
font-weight:bolder 600px;
padding-bottom:15px;
}

a
{
color: #ff3737;
text-decoration:underline;
}
a:hover
{
color: #ff3737;
text-decoration:none;
}


#nav
{
padding:16px 0px;
width:145px;

}

#nav ul
{
width:145px;
margin:0px;
padding:0px;
}

#nav ul li
{
width:145px;
list-style:none;
padding:41px 0px 0px 0px;
}
.hidden_pic
{
display:none;
}


.butt_home
{
background: url(../images/home.gif) no-repeat;
width:145px;
height:53px;
display:block;
}

.homedown, .butt_home:hover {
 background: url(../images/home_down.gif) no-repeat;
width:145px;
height:53px;
display:block;
}
.butt_cap
{
background: url(../images/cap.gif) no-repeat;
width:145px;
height:53px;
display:block;
}

.capdown, .butt_cap:hover {
 background: url(../images/cap_down.gif) no-repeat;
width:145px;
height:53px;
display:block;
}
.butt_crew
{
background: url(../images/crew.gif) no-repeat;
width:145px;
height:53px;
display:block;
}

.crewdown, .butt_crew:hover {
 background: url(../images/crew_down.gif) no-repeat;
width:145px;
height:53px;
display:block;
}
.butt_team
{
background: url(../images/team.gif) no-repeat;
width:145px;
height:53px;
display:block;
}

.teamdown, .butt_team:hover {
 background: url(../images/team_down.gif) no-repeat;
width:145px;
height:53px;
display:block;
}

.butt_news
{
background: url(../images/news.gif) no-repeat;
width:145px;
height:52px;
display:block;
}

.newsdown, .butt_news:hover {
 background: url(../images/news_down.gif) no-repeat;
width:145px;
height:52px;
display:block;
}


.butt_contact
{
background: url(../images/contact.gif) no-repeat;
width:145px;
height:53px;
display:block;
}

.contactdown, .butt_contact:hover {
 background: url(../images/contact_down.gif) no-repeat;
width:145px;
height:53px;
display:block;
}
