@charset "utf-8";
.style {
}

body {
	margin: 20px 0 20px 0;
	padding: 0;
	background: #040e2d url(images/bg.gif) repeat-x;
	text-align: justify;
	font: 11px Tahoma;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

input,select,textarea {
	padding: 1px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family: "Lucida Sans Unicode";
	font-size: 24px;
	color: #ff54f5;
}

h2 {
	font-family: "Lucida Sans Unicode";
	font-size: 24px;
	color: #ff54f5;
	text-align: center;
}

h3 {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #525252;	
}

p {
	font-family: "Lucida Sans Unicode";
}

/* Header */

#header {
	width: 800px;
	height: 313px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Logo */
#logo {
	width: 800px;
	height: 108px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Navigation */
#menu {
	width: 790px;
	height: 37px;
	background-image: url(images/bg_menu.gif);
	margin: 0 auto;
	padding: 0 0 0 0;
}
#menu ul {
    height: 33px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style: none;
}
#menu li {
	float: left;
	width: 97px;
	height: 33px;
	margin: 4px 2px 0 0;
}
#menu a {
    float: left;
	display: block;
	width: 97px;
	height: 23px;
	padding: 5px 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
}
#menu a:hover {
	background-image:url(images/bg_but_menu_hover.gif);
	color: #FFF;
}
#menu .current_page_item {
}
#menu .current_page_item a {
	background-image:url(images/bg_but_menu_hover.gif);
	color: #FFF;
}

/* Banner */
#banner {
	width: 790px;
	height: 168px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Page */

#page {
	width: 800px;
	height: 700px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Splash */

#splash {
	width: 790px;
	height: 680px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 224px;
	height: 660px;
	margin: 10px 0 10px 0;
	border-right: 1px #afbada dotted;
}
#cell {
    float: left;
	width: 110px;
	height: 140px;
	margin: 10px 0 0 0;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 565px;
	height: 660px;
	margin: 10px 0 10px 0;
	background: url(images/bg_content.jpg) no-repeat bottom left;
}
#content p {
	margin: 10px;
	color: #6e81bb;
	font-size: 14px;
}
#post {
	width: 555px;
	height: 470px;
	margin: 20px 5px 5px 5px;
	padding: 0;
}
#cell-post {
    float: left;
	width: 100px;
	height: 140px;
	margin: 10px 5px 0 5px;
	padding: 0;
}

/* footer */

#footer {
    width: 800px;
	height: 89px;
    margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/bg_footer.gif) no-repeat top left;
}
#footer-cell {
    width: 750px;
	height: 89px;
    margin: 0 auto;
	padding: 0 0 0 0;
}
#cards-cell {
    float: left;
    width: 300px;
	height: 50px;
    margin: 0 auto;
	padding: 0 0 0 0;
}
#links {
    float: right;
	width: 230px;
	height: 70px;
	margin: 0;
	padding: 0;
}
#links ul {
    width: 220px;
	height: 20px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
    display: block;
	float: right;
	height: 30px;
	margin: 0 0 0 10px;
}
#links ul li a {
    float: left;
	padding: 0;
	text-decoration: none;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #ff54f5;
}
#links ul li a:hover {
	color: #000;
}
.copyright {
    font-size: 10px;
    color: #919191;
    padding: 0;
    margin: 40px 0 0 0;
}

.bigfont {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
}
.smlRed{color:#FF626A;}
.smlGreen{color:#00BB00;}