﻿/* CSS layout */

h1 {
	font-size:large;
}
body {
	background-color:black;
}
#container {
	width:532px;
	margin-left:auto;
	margin-right:auto;
	height:auto;

}
#masthead {
background-image:url('images/header.jpg');
background-position:center;
height:200px;
}
#sexhead {
	background-image:url('images/bg1.jpg');
	background-position:center;
	height:200px;
	width:532px;
		margin-left:auto;
	margin-right:auto;


}

#top_nav {
}
#page_content {
background-position:center;
height:auto;
background-image:url('images/Video%20Snapshot-1.JPG');
background-repeat:no-repeat;
}
#page_contentm {
background-position:center;
height:auto;
}


#footer {
	color: #E7C78C;
	line-height:25px;
}

#footer a {
		color: #E7C78C;
		font-weight:bolder;

}
.link {
	color:#E7C78C;
}
#buttons {
text-align:center;
padding:5px;
margin:5px

}
p.index {
	color: #E7C78C;
	font-size:large;
	text-align:left;
	line-height:30px;

}
p.billing {
	color: #E7C78C;
	font-size:large;
	text-align:left;

}


p.billing a {
	color: #ffffff;
	font-size:large;
	text-align:justify;

}

img.style1 {
	margin-left: 5px;
	margin-right: 5px;

}
#blog1 {
text-align:center;
}

#blogtext {
	text-align:left;
}
#containerb {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.menu {
font: bold 14px Arial;
line-height:20px;
padding-top:10px;
width:610px;
	margin-left:auto;
	margin-right:auto;
	quotes:none;

}

.menu ul {
position: relative;
display: inline;
float: left;
background-image:url('images/bg.jpg');
width:605px;
margin-left:1px;
text-decoration:none;
}
.menu ul li{
display: inline;
padding:5px;
}
.menu a {
display: inline;
padding:5px;
text-decoration:none;
color:black;
}
.menu a:hover {
display: inline;
padding:5px;
text-decoration:none;
color:white;
}


