
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#636363;
margin-bottom:20px;
}

.bottom{
margin-bottom:20px;
}

.center{
width:750px;
margin-left:auto;
margin-right:auto;
}

.logoLeft{
	background-image:url(images/logoLeft.png);
	background-repeat:no-repeat;
	height:72px;
	width:226px;
	margin-right:10px;

}

.logoRight{
	background-image:url(images/logoRight.png);
	background-repeat:no-repeat;
	background-position:right;
	height:72px;
	width:770px;
}

.lineHome{
	background-image:url(images/lineHome.png);
	background-repeat:no-repeat;
	height:4px;
}
.lineHomeBottom{
	background-image:url(images/lineHome.png);
	background-repeat:no-repeat;
	height:4px;
}
img{
	border:0px;
}
a.noColor{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5A5A5A;
	text-decoration:none;

}
.lucky{
	width:150px;
	float:left;
}
.luckyImage{
	float:left;
	margin-bottom:20px;
	width:50px;
}

/*Home Footer Links*/
/******************/
.footerLinks{
	margin-top:20px;
	text-align:center;
}


/*Columns Home*/
/*************/
.leftCol{
	margin-left:20px;
	margin-top:20px;
	background-image:url(images/thisSite.png);
	background-repeat:no-repeat;
	padding-top:30px;
	width:200px;
	height:70px;
	float:left;
	margin-right:50px;
	padding-left:10px;
}

.midCol{
	margin-top:20px;
	background-image:url(images/funStuff.png);
	background-repeat:no-repeat;
	padding-top:30px;
	width:200px;
	height:70px;
	float:left;
	margin-right:50px;
	padding-left:10px;
}

.rightCol{
	margin-top:20px;
	background-image:url(images/stars.png);
	background-repeat:no-repeat;
	padding-top:30px;
	height:70px;
	width:200px;
	float:left;
	padding-left:10px;
}
.bottomColumns{
	background-image:url(images/bottomRowBG.png);
	background-repeat:repeat-x;
	background-color:#FAFAFA;
	width:770px;
	height:132px;
	float:left;
	margin-bottom:20px;
}
.leftCol2{
	margin-left:20px;
	margin-top:20px;
	background-image:url(images/facebook.png);
	background-color:#FAFAFA;
	background-repeat:no-repeat;
	padding-top:30px;
	width:200px;
	height:70px;
	float:left;
	margin-right:50px;
	padding-left:10px;
}

.midCol2{
	margin-top:20px;
	background-image:url(images/youtube.png);
	background-color:#FAFAFA;
	background-repeat:no-repeat;
	padding-top:30px;
	width:200px;
	height:70px;
	float:left;
	margin-right:50px;
	padding-left:10px;
}

.rightCol2{
	margin-top:20px;
	background-image:url(images/coolstuff.png);
	background-color:#FAFAFA;
	background-repeat:no-repeat;
	padding-top:30px;
	height:70px;
	width:200px;
	float:left;
	padding-left:10px;
}

/*MAIN CONTENT*/
a{
	color:#00A2D7;
	text-decoration:none;
}
a:hover{
	color:#FFBB04;
	text-decoration:none;
}

.content{
	padding-top:15px;
	float:right;
	width:560px;
	background-image:url(images/innerLine.png);
	background-repeat:no-repeat;
}
.header{
	margin-top:10px;
	color:#00A2D7;
	font-size:30px;
	font-weight:bold;
	padding-left:15px;
	font-stretch:expanded;
}

.text{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;

}

/*NAVIGATION*/
.navBorder{
	width:181px;
	height:470px;
	border-style:solid;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#E0E0E0;
	float:left;
}

.navHeadOff{
	width:181px;
	height:22px;
	border-bottom-style:solid;
	border-bottom-color:#E0E0E0;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color:#E0E0E0;
	border-top-width:1px;
	background-image:url(images/navOff.png);
	background-repeat:repeat-x;
}
.navHeadOn{
	width:181px;
	height:22px;
	border-bottom-style:solid;
	border-bottom-color:#E0E0E0;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color:#E0E0E0;
	border-top-width:1px;
	background-image:url(images/navOn.png);
	background-repeat:repeat-x;
}
.navHeadTextOff{
	padding:3px;
	font-weight:bold;
	font-size:12px;
	color:#878787;
}

.navHeadTextOn{
	padding:3px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.subLinks{
	padding:10px;
	font-size:11px;
}
a.sideNav{
	color:#7C7C7C;
	text-decoration:none;
}
a.sideNav:hover{
	color:#FFBB04;
	text-decoration:none;
}

/** Model List **/
.modelList{
	background-image:url(images/birdLogo.png);
	background-repeat:no-repeat;
	padding-right:35px;
	height:50px;
	padding-top:20px;
	padding-left:65px;
}

/** Cool Stuff **/
.coolstuffList{
	background-image:url(images/coolStuffArrow.png);
	background-repeat:no-repeat;
	padding-right:35px;
	height:50px;
	padding-top:20px;
	padding-left:65px;
}

/** Post Cards **/

.postCardMovie{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
	}



