@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #262D3D;
	background-image: url(../images/layout/blue/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #3C4251;
}

input, select, option, textarea {
        background:#b4bdd4;
        color:#262D3D;
        border:1px solid #262D3D;
        padding:2px;
}

li { 
        margin-left:25px;
}

a:link, a:active {
	color: #68728C;
	text-decoration: none;
}
a:hover {
	color: #989FB1;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #b4bdd4;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom:1px dotted #7B859D;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 50px;
	border-bottom:1px dotted #7B859D;
	background-color: #3C4251;
	display: block;
}
p {
	color: #7B859D;
	background-color: #FFFFFF;
}
#wrapper {
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/blue/bg.png);
	background-repeat: repeat-y;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	text-align: right;
	height: 310px;
	padding-right:50px;
	background-image: url(../images/layout/blue/head.png);
	background-repeat: no-repeat;
}
#content {
	padding:0px 50px 0px 50px;
}

#footer {
	height: 143px;
	background-image: url(../images/layout/blue/foot.png);
	background-repeat: no-repeat;
	width: 780px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot_bg {
	background-image: url(../images/layout/blue/bg_foot.png);
	background-repeat: repeat-x;
}
#styles {
	vertical-align: bottom;
	height: 100px;
	padding-top:50px;
	width: 300px;
	margin: 0px 25px 0px auto;
}
#navi {
	height: auto;
	width: 140px;
}
#nav_hd {
	background-image: url(../images/layout/blue/nav_top.png);
	background-repeat: no-repeat;
	height: 38px;
}
#nav_bd {
	background-image: url(../images/layout/blue/nav_bg.png);
	background-repeat: repeat-y;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
}
#nav_ft {
	background-image: url(../images/layout/blue/nav_foot.png);
	background-repeat: no-repeat;
	height: 37px;
}

#body {
	height: auto;
	width: 500px;
}

.border {
	padding: 10px;
	border-left: 2px solid #070B14;
	border-right: 2px solid #070B14;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

.hd_border {
	background:url(../images/layout/blue/bor_head.png);
	height:15px;
}

.ft_border {
	background:url(../images/layout/blue/bor_foot.png);
	height:15px;
}

.header {
	background-color: #3C4251;
	padding: 2px;
	font-size: 16px;
	color: #DCDEE4;
	font-weight: bold;
}
.category {
	font-size: 16px;
	width:200px;
	display:block;
	float:left;
	text-align:left;
	padding-left: 20px;
}
.cat_desc {
	font-size:10px;
}
.thumb {
	margin:3px;
}

.padding {
	padding-right:5px;
}

.foot a:link,a:active {
        color:#262d3d;
}

.foot a:hover {
        color:#333f5b;
        text-decoration:none;
}

.foot a:visited{
        color:#3e5079;
        text-decoration:underline;
}

.stats {
	border-bottom:1px solid #b4bdd4;
	padding:3px;
}

.submit {
        background:url(../images/layout/blue/button.png);
        width:100px;
        height:35px;
        display:block;
        margin-right:5px;
        float:left;
}

.submit input {
        background:transparent;
        border:0px;
        width:100px;
        height:35px;
        display:block;
}

.input {
        background:url(../images/layout/blue/input.png);
        width:190px;
        height:35px;
        margin-bottom:1px;
        margin-top:1px;
}

.input input {
        background:transparent;
        border:0px;
        width:176px;
        height:27px;
        padding-top:8px;
        padding-left:7px;
        padding-right:7px;
}

.align {
        text-align:right;
        padding-right:5px;
}

.image {
        float:right;
        margin:10px 0px 10px 5px;
}

th {
        background-color:#b4bdd4;
        color:#ffffff;
		padding:3px;
}
