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

* {
	margin: 0 0;
	padding: 0 0;
}

body {
    background-image: url(images/background.png); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #ffffff; /** Website BG colour (matches canvas colour in Step 1) **/
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;

}

h1 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;

}

h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
h2.pink {
	color: #df3a7d;
} 
h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}


#wrapper {
	width: 768px;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	background-image: url(images/header3.jpg);
	height: 158px;
}


/** Start of Navigation Bar **/


#navlist {
	background-color: #CCCC66;
    background-image: url("images/nav1.jpg");
    background-repeat: repeat-x;
    font-size: 13px;
    margin: 0;
    padding: 6.5px 0;
}

#nav a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
}


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

#nav li {
	color: #FFFFFF;
    display: inline;
    list-style-type: none;
    padding: 0 0 0 22px;
}
#nav li #current {
	text-decoration: underline;
	color: #CCCCCC;

}


/** End of Navigation Bar **/






/** Start of Main Content **/

#content {
	float: right;
	width: 556px;
	background-image:url(images/butterfly.jpg);
	background-repeat: no-repeat;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 5px 0 0 20px;
}

#content a {
	text-decoration: none;
	}

#contentList {
	padding: 0 0 15px 25px;
	font-size: 13px;
}

#content p{
	margin-right: 15px;
}

p.content {
	font-size: 14px;

}

p.content a, a:hover, a:visited {
	color: #0033FF;
	text-decoration: none;
}

.contentright {
	float:right;
	width: 360px;
	margin-right: 20px;
	margin-left: 10px;
}

.media_right {
	float: right;
	width: 450px;
}

.magazines {
	position:absolute;
	right: 330px;
	top: 1100px;

}
/** End of Main Content **/



/** Start of Sidebar **/

/** All images width: 125px height: 80px **/

.sidebar {
	float: left;
	width: 192px;
	background-image: url(images/filmstillnaked.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	font-size: 10px;
	color:#FFFFFF;
}

.sideimgtop{
	margin-top: 5px;
	width: 150px;
	padding: 0px 0 5px 22px;
	text-align: center;
	line-height: 12px;
}

.sideimg {
	width: 150px;
	padding: 0px 0 5px 22px;
	text-align: center;
	line-height: 12px;
}

.sidebar img {
	margin: 12px 0 0 33px;
	border: solid 2px #FFFFFF;

}

.sidebarspacer {
	height: 100px;
}
/** End of Sidebar **/





/** Start of Footer **/
#footer {
	clear: both;
	height: 65px;
	background-image: url(images/footerimage.jpg);
	color: #FFFFFF;
	font-size: 10px;
	padding: 30px 0 0 213px;
	line-height: 12px;
}

#footer a, #footer a:hover, #footer a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}


/** End of Footer **/
