* {
	margin: 0px;
	padding: 0px;
}

body {
	/*background: #595757;*/
	background: #2867d0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#4C4C4C;
}

img {
	border: none;
}


/**********************************************
	 inputs
************************************************/

input, textarea {
	color:#4C4C4C;
	background: #E6E4E2;
	border: 1px solid #D2D0CE;
	padding: 3px;
	margin: 5px;
	font-size:10px;
}

/**********************************************
	 main
************************************************/
#main {
	margin: auto;
	margin-top: 150px;
	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: 390px;
	height: 479px;
}

/**********************************************
	 block left
************************************************/
#photo {
	clear: left;
	float: left;
	width: 100px;
	height: 479px;
	background: #fff;
	margin-left: 16px;
	color: #ffffff;
}

#photo p {
	margin: 0px;
	padding: 0px;
}

/**********************************************
	 navigation
************************************************/
#navigation {
	float: right;
	width: 263px;
	height: 479px;
	background: transparent;
	border-left: 2px solid #4d4c4a;
	border-right: 2px solid #4d4c4a;
	padding-left: 3px;
}

#navigation h1 {
	font-size: 32px;
	color: #999999;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-align: right;
	padding: 0px 8px 0 0;
	margin: 0;
}
#navigation h2 {
	font-size: 21px;
	color: #999999;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-align: right;
	padding: 0px 8px 0 0;
	margin: 0;
}
.darker {
	font-size: 32px;
	color: #999999;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-align: right;
	padding: 0px 8px 0 0;
	margin: 0;
}

#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: 30px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #D2D0CE;
	font-weight: 300;
	letter-spacing: -3px;
	padding-top: 2px;
}
#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: #D2D0CE;*/
	color: #999999;
	display: block;
	height: 100%;
	background: url("./img/nav_default.gif") no-repeat;
	padding-right: 8px;
	text-transform: uppercase;
}
#navigation ul li a:hover{
	background: url("./img/nav_hover.gif") no-repeat;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
}

/**********************************************
	 content
************************************************/
#content {
	clear: right;
	float: right;
	text-align: left;
	width: 535px;
	background: transparent;
	height: 457px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 13px;
	padding-right: 20px;
	overflow: auto;
}
#content a:link, #Content a:visited, #Content a:active {
	color: #000;	 
}
#content h1 {
	font-size: 18px;
	color: #999;
	margin: 0px;
	font-style: normal;
	border-bottom: 1px solid #999;
}
#content h2 {
	font-size: 16px;
	color: #999;
	margin: 0px;
	font-style: normal;
	border-bottom: 1px solid #999;
}
#content h3 {
	font-size: 12px;
	color: #333;
	margin: 0px;
}
#content h4 {
	font-size: 10px;
	color: #333;
	margin: 0px;
}

#content a:hover {
	color: #333;
	background-color: #ccc;
}
#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: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
	color: #ffffff;
}
#credits a {
	color: #000;
}
#bottom-nav {
	width: 950px;
	margin: auto;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
}
