body {
	background: #f5d6f3;
	color: #000;
	font: 95% Helvetica, sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(img/bg.gif);
}

* html body {
	line-height: 20px;
}

img	{
	border: 0;
	/* float: right;
	position: relative;
	margin: 0.25em 0.25em 0.25em 0.25em; */
}

a:link { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #e253da;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited { 
	color: #e253da;
	font-weight: bold;
	text-decoration: none;
}
	
#content a:hover, #content a:active { 
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 775px;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 775px;
}

#content h2 {
	font: 150% Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	text-align:center;
}
#footerbg {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer {
	border: 1px solid #c00;
	clear: both;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 750px;
	background-color:#fff;
}

#left {
	border: 1px solid #c00;
	float: left;
	margin-right: 12px;
	width: 225px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	overflow: hidden;
	background-color:#fff;
}

#nav {
	border: 1px solid #c00;
	font-size: 13px;
	height: 35px;
	padding-top: 16px;
	text-align: center;
	width: 750px;
	background-color:#fff;
}

#right {
	border: 1px solid #c00;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 485px;
	background-color:#e39fdf;
	display: inline;
}

#right_index {
	border: 1px solid #c00;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 750px;
	background-color:#e39fdf;
	display: inline;
}

p {
	margin-bottom: 5px;
}

#left h2 {
	font: 135% Helvetica, sans-serif;
	color: #000;
	margin: 0;
	font-weight: 500;
}

#left p {
	font: 75% Helvetica, sans-serif;
	color: #000;
	margin: 0;
	font-weight: 300;
}

hr {
	width: 100%;
	color: #c00;
	height: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}
