/* HTML TAGS OVERRIDE
------------------------------------------------------------------------------------------------*/
* {
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-repeat: no-repeat;
}

body {
	width: 100%; height: 100%;
	background-color: #000000;
	background-image: url(img/wallpaper.jpg);
	background-repeat: repeat-x;
}

a { color: #FFFFFF; }
a:link {}
a:visited {}
a:hover { text-decoration: none; }
a:active {}

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}

h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #4C4C4C;
	padding-bottom: 3px;
}

table td
{
	vertical-align: top;
}

ul, ol {
	list-style: square;
	margin-left: 15px;
}

li ul, li ol {
	list-style: circle;
}

input, textarea, select {
	background-color: #333333;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding: 2px;
}

#Submit {
	padding: 0;
}

img  {
	border: 1px solid #4C4C4C;
	padding: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* DIV'S - SITE STRUCTURE
------------------------------------------------------------------------------------------------*/
#border {
	position: absolute;
	top: 0; left: 0;
	width: 125px; height: 650px;
	background-image: url(img/border.jpg);
}

#header {
	position: absolute;
	top: 0; left: 125px;
	width: 685px; height: 140px;
	background-image: url(img/header.jpg);
}

#header_img {
	position: absolute;
	top: 140px; left: 125px;
	width: 685px; height: 205px;
	background-image: url(img/picture.jpg);
}

#no_flash {
	width: 503px; height: 203px;
	margin: 1px 0 0 1px;
}

#content {
	position: absolute;
	top: 350px; left: 125px;
	width: 685px;
}

#left_col {
	float: left;
	width: 465px; 
	min-height: 100px;
	padding: 20px 20px 5px 20px;
	margin: 0 5px 0 0;
	background-image: url(img/left_row.jpg);
}

#right_col {
	float: left;
	width: 175px;
}

.navigation ul {
	margin: 0; padding: 0;
	list-style: none;
}

.navigation a {
	display: block;
	width: 165px; height: 25px;
	margin: 0 0 2px 0; padding: 0 0 0 10px;
	background-image: url(img/btn_up.jpg);
	line-height: 25px; text-decoration: none;
}

.navigation a:link {
}

.navigation a:visited {
}

.navigation a:hover {
	background-image: url(img/btn_down.jpg);
	text-decoration: none;
}

.navigation a:active {
	background-image: url(img/btn_down.jpg);
}

#footer {
	clear: both;
	width: 465px;
	padding: 10px 20px 25px 20px;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 11px;
}

#footer a { font-size: 11px; color: #CCCCCC; text-decoration: none; }
#footer a:link {}
#footer a:visited {}
#footer a:hover { text-decoration: underline; }
#footer a:active {}

.pageIndex {
	margin-bottom: 15px;
}

.showStatus {
	border: 1px solid #4C4C4C;
	padding: 10px;
	margin-bottom: 20px;
	color: #FF0000;
}