@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #000;
	background-attachment:fixed;
	font-size: 12px;
	color: #cdc8c8;
	margin: 0px;
	padding:0;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
}


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

a:hover {
	color: #b43821;
	text-decoration:underline;
}

a:active {
	color: #b43821;
	text-decoration:underline;
}

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


body div {margin: 0 auto;}



#container {
	width: 1065px;
	position: relative;
	top:0px;
}


#contRight {
	background-image:url(../img/straightfrank_02.jpg);
	background-repeat:no-repeat;
	width: 455px;
	height:808px;
	position:relative;
	float:right;
}


#contLeft {
	background-image:url(../img/straightfrank_01.jpg);
	background-repeat:no-repeat;
	width:610px;
	height:288px;
	position:relative;
	float:left;
}


#contNews {
	background-image:url(../img/straightfrank_03.jpg);
	background-repeat:no-repeat;
	width:610px;
	height:233px;
	position:relative;
	float:left;
}

#contNews p {	
	padding-left:200px;
	padding-top:0px;
	width:380px;
	height:229px;
	color:#ccc;
}


#contClip {
	background-image:url(../img/straightfrank_04.jpg);
	background-repeat:no-repeat;
	width:610px;
	height:287px;
	position:relative;
	float:left;
}

#contClip .youtube {
	padding-left:200px;
	padding-top:0px;
}

#contClip .footer {
	padding-left:130px;
	padding-top:65px;
	font-size:10px;
	color: #cdc8c8;
}




#navi {
	position:absolute;
	top:185px;
	left:180px;
	z-index:120;
	width:600px;
}

#navlist {
	width:600px;
}

ul#navlist {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        white-space: nowrap;
		text-align:center;
		
}

ul#navlist li {
        float: left;
        font-size: 15px;
		font-weight:bold;
        margin: 0;
        padding: 8px 0 8px 0px;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 0px 15px 0px 15px;
        color: #e1dddd;
		font-size:15px;
        text-decoration: none;
		font-weight:lighter;
}



#navlist a:hover {
		color:#c73e25;
       	text-decoration:line-through;
		padding-bottom:8px;
		padding-top:8px;
		
}

