/* --------------------------- style template --------------------------- */

a {
color: #0e2586;
text-decoration:none;
}

a:hover {
color: #d32027;
}

img {
border-width: 0px;
}

body {
    margin:0px;
    padding:0px;
    text-align:center;
    font-family: Tahoma, Arial;
    font-size:13px;
    color: #dedfe0;
    background-color: #000000;
}

#container {
	margin: auto;
	width: 965px;
	padding: 0px 5px 5px 5px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 5px;
}

div#body {width: 946px; float: left; margin-left: 15px;}

#header {
	float:left;
	width: 965px;
	padding: 0px;
	margin: 0px;
        background-image:url(../../../images/templates/logo.jpg);
        background-position: 0px -70px;
        background-repeat: no-repeat;
}

#logo {
float:left;
width: 140px;
height: 105px;
margin: 0px;
}

#site-nav {float: right; margin: 5px 5px 0px 0px;}
#site-nav a {text-decoration:none; color: #dedfe0;}
#site-nav a:hover {text-decoration:none; color: #d32027;}


/* --------------------------- style top-menu --------------------------- */

#top-menu {
float:left;
width: 950px;
height: 32px;
margin: 0px;
margin-left:15px;
background-color: #221b47;
background-image:url(../../../images/templates/menu-left-bg.jpg);
        background-position: 6px 0px;
        background-repeat: no-repeat;
}

#top-menu a{
    float:left;
	color: #cac8c8;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position: 0px 5px;
	display: block;
	font-size: 12px;
	margin: 10px 0px 0px 120px;
}

#top-menu a:hover {
	color: #d32027;
}

/* --------------------------- style footer --------------------------- */

/* --------------------------- style footer --------------------------- */

#footer {
	float:left;
	width: 950px;
	margin: 10px 0px 5px 15px;
	*margin-bottom: -10px;
	text-align:center;
	font-size:12px;
}

#footer h5{
        font-family: Georgia, serif;
	font-weight:normal;
	margin: 5px 0px 5px 0px;
	font-size:20px;
        font-style: italic;
}

#footer p{
	margin: 5px 0px 5px 0px;
}

#footer a{
	text-decoration:none;
	color: #dedfe0;
}

#footer a:hover{
	text-decoration:none;
	color: #d32027;
}

#separator {
	float:left;
	clear: both;
	width: 950px;
	height: 1px;
}

#title {
	width: 190px;
	height: 34px;
	background-image:url(../../../images/templates/title.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
	color: #111729;
}

.title {
	width: 190px;
	height: 34px;
	background-image:url(../../../images/templates/title.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
}