/*
    MAIN CSS 2
*/

body
{
    background-color: #357;
}

#header
{
	margin-left: 0px;
    background-repeat: no-repeat;
    background-image: url(../images/head.png);
    background-position: center;
    height: 150px;
}

#main_content
{
    margin-left: 200px;
    margin-right: 200px;
	background: #E0FFBF url(../images/tlcorner.png) no-repeat;
    padding: 15px 5px 5px 5px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: rgb(255, 245, 238);
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: red red red red;
	color: blue;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: blue blue blue blue;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}

#main_content a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/go.gif) no-repeat;
	background-position: right;
	padding-right: 15px;
}

#main_content a:hover
{
	text-decoration: underline;
}

#footer
{
	margin-left: 200px;
	margin-right: 200px;
	background: #E0FFBF url(../images/brcorner.png) 100% 100% no-repeat;
	padding: 5px 5px 15px 5px;
}

#footer a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/go.gif) no-repeat;
	background-position: right;
	padding-right: 15px;
}

#footer a:hover
{
	text-decoration: underline;
}

#news
{
	position: absolute;
    top: 160px;
    right: 0px;
/*	background: #A40000 url(../images/news.png) no-repeat;*/
    width: 180px;
    height: 150px;
	padding-top: 25px;
}

#news p, a
{
	color: white;
	font-weight: bold;
}

#mylogo
{
	margin-left: 200px;
    margin-right: 200px;
	color: white;
	font-weight: bold;
}

#mylogo a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/go.gif) no-repeat;
	background-position: right;
	padding-right: 15px;
}

#mylogo a:hover
{
	text-decoration: underline;
}

.warning
{
	color: #F00;
	font-weight: bold;
}

.putImg
{
	float: left;
	padding: 10px;
}