/*-----------------------------------------------------------------------------
version:   1.0
author:    Heath Bell
email:     heath@atkcash.com
website:   http://www.atkcash.com
/-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {  
	margin: 0;	
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

img { 
	display: block;
	border: 0;
}

h1 {
	font-size: 24px;
	color: #01598d;
	text-align: center;
}

h2 {
	font-size: 14px;
	color: ##01598d;
	text-align: center;
}

p {
	color: #01598d; 
	margin: 15px;
	line-height: 16px;
}

a:link {color: #d5219e; font-weight: bold;}
a:visited {color: #d5219e;}
a:hover {color: #d5219e;}

body {
	background-color: #fbe4fa;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	color: #000;
}

#container {
	width: 970px;
	background-image: url('images/container.png');
	background-repeat: repeat-y;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 962px;
	height: 258px;
}

/* Menu Styles */
#menu {
	width: 0px;
	text-align: center;
	margin: 0 auto;
	background-image: url('images/file.png');
}

/* Middle Section */
#middle {
	width: 960px;
	margin: 0 auto;
}
	
.babesPast {
	width: 942px;
	height: 397px;
	background-image: url('images/babes-bg.png');
	margin: 7px;
	color: #01598d;
	text-align: center;
}

.babes {
	width: 220px;
	height: 325px;
	margin: 14px 0 12px 10px;
	border: 1px solid #01598d;
	float: left;
}

#babeVote {
	width: 942px;
	height: 310px;
	background-image: url('images/vote-bg.png');
	margin: 7px;
	color: #01598d;
	text-align: center;
}

.babe2 {
	width: 150px;
	height: 225px;
	margin-left: 6px;
	margin-bottom: 10px;
	border: 1px solid #01598d;
	float: left;
}

#social {
	width: 940px;
	margin: 10px;
	color: #01598d;
}

.poll {
	width: 150px;
	margin: 10px;
	float: left;
}

#babeNow {
	width: 750px;
	height: 600px;
	margin: 10px;
	background-image: url('images/babe-bg.png');
	float: right;
}

#babeInfo {
	width: 328px;
	float: left;
}

#babePic {
	width: 422px;
	float: right;
}

.twitter {
	width: 425px;
	margin: 10px;
	float: left;
}

.facebook {
	width: 475px;
	margin: 10px;
	float: right;
}

#kingdom {
	clear: both;
	width: 960px;
	margin: 0 auto;
}	

#footer {
	clear: both;
	width: 965px;
	height: 65px;
	margin-bottom: 15px auto;
	border-bottom: 2px solid #01598d;
	text-align: center;
}
