@import url("yui-reset.css");
@import url("yui-base.css");
@import url("yui-fonts.css");
@import url("lists.css");
@import url("forms.css");

body {
	color: #fff;
	background: #0d6970;
}

abbr {
	font-size: 83%;
	white-space: nowrap;
	cursor: default;
	border: none;
}

/* */

#doc {
	width: 950px;
	margin: 0 auto;
}

#top {
	width: 100%;
	height: 265px;
	float: left;

	background: url(../images/bg/top.jpg) no-repeat;
}

#middle {
	width: 936px;
	padding: 5px;
	float: left;
	
	background: #04a99f;
	border-style: solid;
	border-width: 2px;
	border-color: #057f86;
	border-top-width: 0;
}

#left {
	width: 160px;
	float: left;
}

#center {
	float: left;
}

div.center-default {
	width: 494px;
}

div.center-subpage {
	width: 550px;
}

#right {
	float: left;
}

div.right-default {
	width: 240px;
}

div.right-subpage {
	width: 180px;
}

#left, #right {
	margin: 5px;
}

#center {
	margin: 5px 10px;
}

.box {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;

	border-width: 2px;
	border-style: solid;
	border-color: #037e85;
	background: #0c4952;
}

#footer {
	width: 100%;
	height: 30px;
	float: left;
}

/* */

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

ul li a {
	color: #fff;
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;
}

h3 a {
	color: #fff;
}

/* */

h1 {
	text-indent: -5000em;
}

h2, h3 {
	margin: 10px;
}

h2 {
	color: #ff0000;
}

#top h2 {
	text-indent: -5000em;
}

/* */

hr {
	width: 96%;
	border: none;
	border-top: 1px #ff0000 solid;
}

/* */

#right img {
	margin-bottom: 10px;
}

/* */ 

p {
	margin: 5px 10px;
	padding-bottom: 10px;
}

p img {
	border: 3px #fff double;
}

#last-news img {
	margin: 0 10px 10px 0;
	float: left;
}

/**/



/* */

table.datagrid {
	margin: 10px;
}
