@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

html {
	margin:0;
	padding: 0;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	min-width: 800px;
	text-align: left;
	background: #1d2326 url(../images/back.png) repeat-x;
	background-position:bottom;
}

p, ul {
	word-spacing: .1em;
	line-height: 1.5em;
	letter-spacing: .05em;
	color: #dddcc5;
	margin-bottom: 25px;
}

blockquote {
	word-spacing: .1em;
	line-height: 1em;
	letter-spacing: .05em;
	font-size:10px;
	color: #dddcc5;
	margin:5px;
}

li, tr, td {
	word-spacing: .1em;
	line-height: 1.5em;
	letter-spacing: .05em;
	color: #dddcc5;
	margin-bottom: 5px;
	margin-left: 15px;
}
h1 {
	word-spacing: .1em;
	line-height: 2em;
	letter-spacing: .1em;
	color: white;
	margin-bottom: 25px;
	text-align: center;
}	
h2 {
	word-spacing: .1em;
	line-height: 2em;
	letter-spacing: .1em;
	color: white;
	margin-bottom: 25px;
	text-align:left;
}

h3 {
	word-spacing: .1em;
	line-height: 1.75em;
	letter-spacing: .1em;
	color: #dddcc5;
	margin-bottom: 25px;
	text-align:center;
}

a {
	font-weight: bold;
	text-decoration:none;
	color:#815fbe;
}

a:hover {
	color:#FF00FF;
	text-decoration: none;
}

strong {
	color: white;
}

#tab {
	padding: 30px;
	width: 700px;
	height: 350px;
}

#wrapper {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
}

* html #wrapper {
	height: 100%;
}

#header {
	margin: 0 auto;
	text-align:center;
	width: 900px;
	height: 185px;
	position: relative;
}

#navbar {
	width:100%;
	height: 30px;
	background: url(../images/nav_bg.jpg) 0 0 repeat-x;
}

#nav {
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 135px;
	width: 800px;
	text-align:center;
	position:relative;
	background: transparent;
}

#bodytext {
	margin: 0 auto;
	padding: 45px;
	min-height: 500px;
	width: 800px;
	position:inherit;
	background-color: black;
	border:thin solid #FFFFFF;
	border-top: none;	
}

#call1 {
	float:left;
	padding: 0 20px 10px 15px;
	width: 350px;
	height: 520px;
	border-right: thin solid #ffffff;
}

#call2 {
	float:left;
	padding: 0 15px 10px 20px;
	width: 360px;
	height: 520px;
	border-left: thin solid #ffffff;
}

#call1 h2, #call2 h2 {
	word-spacing: .1em;
	line-height: 2em;
	letter-spacing: .1em;
	color: white;
	margin-bottom: 25px;
	text-align:center;
}

#pic {
	float: left;
	text-align: center;
	width: 700px;
	padding: 30px 20px 20px 20px;
}

#footer {
	margin: 0 auto;
	position:static;
	text-align: center;
	font-size:10px;
	background: black;
}