/* The main part of the website.. this will center the website */

html {
	overflow: -moz-scrollbars-vertical
}
html,body {
	margin:0;
	padding:0;
	background-color: #797979;
	background: url('../img/bg/bg1.gif');
	width:100%;
	font-family: verdana, tahoma, sans-serif;
	font-size:11px;
	color: #333333;
}
img {
	border: 0;
}
img.gallery {
 margin: 0px;
 border: 1px solid #222222;
}

#container {
	position:relative;
	margin-top:20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
	background: url('../img/bg/middle.jpg');
}
#header {
	height: 222px;
	background-color: #FFFFFF;
	background: url('../img/bg/header.jpg') no-repeat;
}
#login {
	position: absolute;
	left: 510px;
	top: 135px;
}
#container2 {
	position: relative;
	height:100%;
	width:100%;
	border-spacing: 0px;
	padding: 0px;
	top: -25px;
	left: -1px;
}
#content {
	width: 500px;
	vertical-align: top;
	padding:5px;
	padding-bottom: 17px;
}
#right {
	height:100%;
	width: 220px;
	padding: 40px 10px 10px 20px;
	vertical-align: top;
}
#footer {
	height:17px;
	background-color: #FFFFFF;
	background: url('../img/bg/footer.jpg') no-repeat;
	color: #333333;
}


/* NAVIGATION */

#navigation {
	vertical-align: top;
	width:150px;
}
#nav {
	width:100%;
	border-spacing: 0px;
	border: 0px;
}
#td_nav {
	display:block;
	border: 0px;
}

#td_nav a {
	display:block;
	color: #ed2324;
	font-weight: bold;
	line-height: 7px;
	text-decoration: none;
	padding: 10px;
}
#td_nav a:hover {
	background: #ed2324;
	line-height: 7px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}

/* END NAVIGATION */

a {
	color: #ed2324;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a#gray {
	color: #333333;
}
a.grey {
	color: #333333;
	text-decoration: none;
}
a.small_title {
	color: #333333;
}

.title {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.subtitle {
	font-size: 10px;
	font-style: italic;
}
.small_title {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
#right_title {
	font-size: 12px;
	font-weight: bold;
	background: #333333;
	line-height: 20px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
#news1 {
	height: 100px;
	float: left;
	border: 1px solid #333333;
	margin: 5px;
}
#news2 {
	height: 100px;
	float: right;
	border: 1px solid #333333;
	margin: 5px;
}
#news_det {
	float: right;
	border: 1px solid #333333;
	margin: 5px;
}
.right {
	float: right;
	padding-right: 5px;
}
#gray {
	border: 1px solid #333333;
}
.square {
	border:1px solid #333333;
	font-size:10px;
	color:#333333;
	height:17px;
}
.text {
	border:1px solid #333333;
	font-size:10px;
	color:#333333
}
#tips {
	vertical-align: top;
}

