@charset "UTF-8";
/* CSS Document */

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:130px;
	margin:0px;
	padding:0px;
	background:url(images/rays_content_01.png) no-repeat;
	overflow:hidden;
	float:left;
}


#menu {
	position:absolute;
	left:250px;
	top:0px;
	width:550px;
	height:130px;
	margin:0px;
	padding:69px 0px 0px 0px;
	background:url(images/rays_content_02.png) no-repeat;
	overflow:hidden;
	float:left;
}

#menu img {
	float:left;
}

#sidebar {
	position:absolute;
	left:0px;
	top:130px;
	width:250px;
	height:470px;
	padding:16px;
	margin:0px;
	background:url(images/rays_content_03.png) no-repeat;
	overflow:hidden;
	float:left;
}

a {
	color:#a9112c;
	text-decoration:none;
}

a:hover {
	color:#996a12;
}

.colored {
	color:#a9112c;
	text-decoration:underline;
}

h2 {
	margin:0px;
	padding:0px 16px 0px 0px;
	color:#a9112c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h1 {
	color:#a9112c;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}

#sidebar img {
	border:2px solid #a9112c;
	margin:16px 0px;
	padding:0px;
}

#content {
	position:absolute;
	left:250px;
	top:130px;
	width:550px;
	height:470px;
	margin:0px;
	padding:16px;
	background:url(images/rays_content_04.png) no-repeat;
	overflow:hidden;
	float:left;
}

#content p {
	text-justify:inter-word;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#content ul {
	list-style-image:url(images/diamond.gif);
}

#content ul li{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#edit {
	padding:0px;
	margin:0px;
}