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

body {
	background:#cac4b6 url('mbg.jpg') fixed;
	margin:0; 	color: #292010;
	font-family:helvetica, arial, sans-serif;
	font-size:14px
}

#wrap {
	width:760px;
	height:auto;
}

#header {
	background:url('media.jpg') no-repeat;
	width:338px; height:500px;
	position:fixed;
	top:0; left:0;
	z-index:4
}

#cont {
	position: absolute;
	top:10px;
	left:350px;
	width:600px;
	height:auto;
	margin-right:100px;
	padding-bottom:50px;
	z-index:1
}

p {
	line-height:21px;
	text-indent:40px
}
.noindent {
	text-indent:0;
}
p.center {
	text-align:center;
	text-indent:0 }
h1{
	color: #8C417B;
} 
u {
	color:#c00;
	text-transform:uppercase
}
a {
	text-decoration:none;
	color: #AD4173;
}
a:hover {
	color:#92786d;
}
#cont li {
	line-height: 22px;
	font-size:110%
}

/* NAVIGATE */
#nav {
	position:absolute;
	text-transform:uppercase;
	top:340px; left:0;
	width:220px;
	height:100px;
	text-align:right;
	list-style:none;
}
#nav li a {
	padding:5px;
	line-height:30px;
	color:#fff;
	background-color:#292010
}
#nav li a:hover {
	background-color:#8C417B;
	color:#fff }
h2 {
	color: #8C5D7B;
}
h4 {
	font-size:120%;
	text-transform:uppercase;
	color: #6B4C5B;
}
strong {
	color: #525584;
}
img {
	opacity:0.6;
	-moz-opacity:0.6;
}
img:hover {
	opacity:0.85;
	-moz-opacity:0.85;
}
.left {
	border:5px solid #525584;
	float:left;
	text-indent:0;
	margin:5px 15px }blockquote {
	color: #392C18;
}
.divide {
	width:350px;
	margin: 20px auto;
	height:2px;
	background-color:#ad8a8c;
	opacity:0.5;
	-moz-opacity:0.5;
}
.start {
	text-indent:0px;
}
.cap {
	font-size:380%;
	margin:10px;
	float:left;
	font-family:georgia, "Times New Roman", serif;
	font-style:italic;
	color: #6B5584;
}
em {
	color: #8C5584;
}
.c {
	width:450px;
	margin: 6px auto;
	text-align:center
}
.c img {
	border:3px solid #525584;
	opacity:0.6;
	-moz-opacity:0.6
}
.c img:hover {
	border:3px solid #525584;
	opacity:0.95;
	-moz-opacity:0.95
}
#footer {
	width:100%;
	margin:5px 0 0px 0;
	position:fixed;
	bottom:0px;
	height:15px;
	z-index:2;
	color:#999;
	font-size:80%;
	padding:40px 0 5px 0;
	text-align:center;
	background:transparent url('bottom.png') repeat-x;

}
