/* CSS Document */
body {
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#7D1A15;
	margin:0;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

/**********Start presentation*************/

div#container {
	margin:auto;
}
div#navigation {
	float:left;
}
div#content {
}
div#content div {
	margin:20px 0;
}

div#addedlinks {
	text-align:center;
	background-image:url(../images/sub_sidebar.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:177px;
	height:150px;
	color:#990000;
	padding:155px 0 0 0;
}
div#addedlinks a {
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
div#addedlinks a:hover {
	text-decoration:none;
}

div#extralinks {
	text-align:center;
	background-image:url(../images/sub_sidebar_exten.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:155px;
	color:#990000;
	padding:20px 10px 0 10px;
}
div#extralinks a {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
div#extralinks a:hover {
	text-decoration:none;
}
div#bg_style2 {
	height:620px;
	width:550px;
	padding:10px;
}
div#bg_style2 table {
	width:760px;
}
div#bg_style {
	vertical-align:top;
	color:#000;
	background-image:url(../images/sub_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:20px 30px;
	width:740px;
	height:660px;
}

div#admin {
	margin-top:20px;
}
div#admin img {
	border:0;

}
div#footer {
	clear:both;
	font-size:8px;
	font-weight:normal;
	color:#000;
	text-align:center;
}
div#footer a {
	font-size:8px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
div#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
