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

body {
	background: #7D2A4E;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#3B041C;
}

img {
	border: none;
}
a {
	color: #333;
}

/**********************************************
	 inputs
************************************************/

input, textarea {
	color:#692341;
	background: #EFCFDD;
	border: 1px solid #D5AABD;
	padding: 3px;
	margin: 5px;
	font-size:10px;
}

/**********************************************
	 main
************************************************/
#main {
	margin: auto;
	margin-top: 100px;
	width: 980px;
	background: url("./img/wrapper.jpg") repeat-y center;
}
#header {
	height: 14px;
	background: url("./img/header.jpg") repeat-y center;
}
#wrapper {
	height: 479px;
	width: 980px;
	background: transparent;
}
#pho-nav-wrapper {
	float: left;
	width: 540px;
	height: 479px;
}

/**********************************************
	 block left
************************************************/
#photo {
	clear: left;
	float: left;
	width: 254px;
	height: 479px;
	background: #fff;
	margin-left: 16px;
	color: #692341;
}

#photo p {
	margin: 0px;
	padding: 0px;
}

/**********************************************
	 navigation
************************************************/
#navigation {
	float: right;
	width: 263px;
	height: 479px;
	background: transparent;
	border-left: 2px solid #692341;
	border-right: 2px solid #692341;
	padding-left: 3px;
}

#navigation h1 {
	font-size: 30px;
	color: #692341;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: right;
	padding: 10px 8px 0 0;
	margin: 0;
}

.darker {
	color: #4D4C4B;
}

#tagline {
	font-size: 9px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0 8px 0 0;
	margin: -5px 0 0 0;
	color: #4D4C4B;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	font-size: 36px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #692341;
	font-weight: 300;
	letter-spacing: -3px;
	padding-top: 9px;
}
#navigation ul li {
	width: 257px;
	height: 77px;
	background-image: url("./img/nav_default.gif") no-repeat;
	margin: 0 0 4px 0;
	padding-left: 2px;
	text-align: right;
}
#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	height: 77px;
	text-decoration: none;
	color: #692341;
	display: block;
	height: 100%;
	background: url("./img/nav_default.gif") no-repeat;
	padding-right: 8px;
}
#navigation ul li a:hover{
	background: url("./img/nav_hover.gif") no-repeat;
	color: #EFCFDD;
	text-transform: uppercase;
	font-size: 30px;
}

/**********************************************
	 content
************************************************/
#content {
	clear: right;
	float: right;
	text-align: left;
	width: 390px;
	background: #fff;
	height: 457px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 13px;
	padding-right: 20px;
	overflow: auto;
}
#content a:link, #mainContent a:visited, #mainContent a:active {
	color: #000;	 
}
#content h1 {
	font-size: 18px;
	color: #6C2443;
	margin: 0px;
	font-style: normal;
	border-bottom: 1px solid #6C2443;
}
#content h2 {
	font-size: 16px;
	color: #6C2443;
	margin: 0px;
	font-style: normal;
	border-bottom: 1px solid #6C2443;
}
#content h3 {
	font-size: 12px;
	color: #6C2443;
	margin: 0px;
}
#content h4 {
	font-size: 10px;
	color: #6C2443;
	margin: 0px;
}

#content a:hover {
	color: #333;
	background-color: #EFCFDD;
}
#content ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
}
#content ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}
#content ul li {
	list-style-type: square;
	padding-bottom: 8px;
}
/**********************************************
	 footer and credits
************************************************/
#footer {
	height: 16px;
	background: url("./img/footer.jpg") repeat-y center;
}

#credits {
	width: 940px;
	margin: auto;
	padding-right: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
	color: #d28aa9;
}
#credits a {
	color: #d28aa9;
}
#credits a:hover {
	color: #35081c;
}
