/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif;
	background: #fdf3ff;
	/** background-image:url(http://www.zupraner.com/images/test-bg.jpg);*/
	min-width: 800px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }

a img { border: none; }


#top {
width: auto;
height: 60px;
margin-top: 20px;
margin-bottom: 20px;
}

/*#menu {
	font-family: Trebuchet MS, sans-serif;
    width: 220px;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
	height: 500px;

	background:url(http://www.zupraner.com/images/yellow.png) repeat-y;
	
	font-size:10px;
	
}*/


*#menu {
	font-family: Trebuchet MS, sans-serif;
    width: 220px;
    top: 50px;
    bottom: 0;
	left: 120px;
    position: fixed;
	font-size:10px;
	
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
font-weight:bold; 
padding-left:10px; 

}

#menu ul li {
font-weight:bold;
padding-left:40px; 
}

#wrapper {
background:url(http://www.zupraner.com/images/yellow.png) repeat-y;
}


#content {
    height: 100%;
    margin: 80px 0 0 400px;
    top: 0;
	width: 500px;
	font-family: Helvetica, Arial, sans-serif;

}

.container {
    padding: 5px 5px 25px 5px;
}

#title {
border: dashed thin #161616;
padding: 15px 5px 15px 5px;
margin-bottom: 10px;
text-align: center;

}

#collection {
padding: 5px 5px 5px 5px;
margin-bottom: 0px;
padding-left:10px;
padding-bottom: 0px;
font-size: 12px;
font-weight:bold; 

}

#undertitle {
padding: 5px 5px 5px 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-left:10px;
font-size: 9px;
}

#nav {
border: dashed thin #161616;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;

}

#bottom {
border: dashed thin #161616;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
padding-left:10px; 
}

#about_cover {
position:fixed;
top: 30px;
right: 40px;
font-family:Trebuchet MS, sans-serif;
font-weight:bold;
font-size: 10px;
background-color:fbf5eb;
}

#centerfold {
position:absolute;
top: 0;
left: 0;
background-image:url(http://www.zupraner.com/images/centerfolds/center-test.jpg);
}

#video {
width: 640px;
text-align:justify;
}





#content p { width: 400px; margin-bottom: 9px; text-align:justify; }

#text-12 {
font-family: Trebuchet MS, sans-serif;
font-size:12px}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 9px; }



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }