/* CSS Document */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img { 
border: 1px solid #000000;
} 


.body {
	background:#A7A9AC center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#container { 
	margin:0 auto;
	padding:0;
	width:800px;
}

#header {
	width:800px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:url(images/header.png) no-repeat;
	height:114px;
}

#content {
	margin:0 auto;
	width:760px;
	background:url(images/repeater.png) repeat-y center;
	color:#000;
	text-align:left;
	padding:5px 20px 5px 21px;
	font-family: verdana, sans-serif;
    font-size: 11px;
}

#content h1 {
	text-align:left;
	padding:0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	color:#EC008C;
}
#content h2 {
	text-align:left;
	padding:0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color:#00A0E4;
}
#prep {
margin:0;
padding:0 0 0 15px;
}
#press {
margin:0;
padding:0 0 0 15px;
}
#bind {
margin:0;
padding:0 0 0 15px;
}
#plate {
margin:0;
padding:0 0 0 15px;
}
#center {
text-align:center;
}
h3 {
font-weight:bold;
color:#00A0E4;
text-align:center;
padding:0;
margin:0;
}
#footer {
	margin:0 auto;
	width:800px;
	height:37px;
	padding:10px 0;
	background:url(images/footer.png) no-repeat;
	text-align:center;
	font-family: verdana, sans-serif;
    font-size: 11px;
}
/* Navigation */
.container {
    float:left;
	width: 500px;
    padding:15px;
    margin: 55px 0px 0px 260px;
    background: #fff;
	font-family: verdana, sans-serif;
    font-size: 11px;
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #EC008C;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #000;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #EC008C;
        background: url(nav/pyramid.png) no-repeat bottom center;
		}
#navPyra li #current {		
		color: #00A0E4;
        background: url(nav/current.png) no-repeat bottom center;
		}

#clearfloat {
		clear:both;
}

/* links */
a:link {
text-decoration:none;
font-weight:bold;
color:#000;
border:none;
}
a:visited {
text-decoration: none;
font-weight:bold;
color:#00A0E4;
border:none;
}
a:hover {
text-decoration: none;
font-weight:bold;
color:#EC008C;
border:none;
}