/* CSS Document */

* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html {
	top:0;
	padding-bottom:10px;
}

body {
	background:url(../images/bg.jpg) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#410C32;
}

#container {
	width:700px;
	margin:0 auto;
}

#header {
	width:700px;
	height:255px;
	background:url(../images/header.png) no-repeat center top;
}

#nav {
	width:700px;
	padding-top:228px;
	font-size:14px;
	font-weight:600;
	padding-left:10px;
}

#nav ul {
	list-style:none;
	display:inline;
}

#nav ul li {
	display:inline;
	list-style:none;
	margin:10px;
}

#nav ul li a {
	color:#73B9CF;
	text-decoration:none;
}
	

#nav ul li a.active, #nav ul li a:hover {
	color:#ECFEFF;
	text-decoration:none;
}

#content {
	width:676px;
	background:url(../images/content_bg.png) repeat-y center top;
	padding:12px;
}

#footer {
	width:700px;
	color:#ECFEFF;
	height:65px;
	background:url(../images/footer_bg.png) no-repeat center top;
}

#footer p {
	padding-top:45px;
	padding-left:6px;
}

a {
	outline:none;
}

p {
	line-height:20px;
}

h3 {
	line-height:25px;
	font-weight:normal;
	font-size:17px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clr {
	clear:both;
}