/* global */

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

a, img, body, html, div, table, table tr, table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-collapse: collapse; 
	border: none;
}

body {
	margin: 0px 0px 0px 0px;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18pt;
	color: silver;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 14pt;
	border-bottom: 1px solid black;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	text-align: justify;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 30px;
}

a {
	cursor: pointer;
}

a:link, a:visited, a:active {
	color: gray;
	text-decoration: underline;
}


a:hover {
	color: black;
	text-decoration: none;
}


/* format */

.a_mid {
	text-align: center;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.newline {
	clear: both;
}

.img_left {
	float: left;
	padding-right: 20px;
}

.img_right {
	float: right;
	padding-left: 20px;
}

/* layout */

body { 
	background: url(../images/general_bg.png) repeat-x;
}

#web_general {
	margin: 0px auto 0px auto;
	width: 730px;
}

/* header */

#web_header {
	margin: 0px auto 0px auto;
	width: 712px;
	height: 387px;
}

#web_title {
	margin: 0px auto 0px auto;
	width: 650px;
	height: 50px;
	text-align: left;
}

/* menu */

#web_menu {
	width: 730px;
	height: 60px;
	background: url(../images/menu_bg.png) repeat-x;
}

#web_menu_l {
	float: left;
	width: 9px;
	height: 60px;
	background: url(../images/menu_left.png) no-repeat;
}

#web_menu_c {
	float: left;
	width: 712px;
}

#web_menu_r {
	float: left;
	width: 9px;
	height: 60px;
	background: url(../images/menu_right.png) no-repeat;
}

#web_menu a {
	padding: 0px 50px 0px 50px;
}

/* content */

#web_content {
	margin: 0px auto 0px auto;
	padding: 0px 50px 20px 50px;
	width: 612px;
	background: url(../images/content_bg.png) repeat;
}

#web_content_top {
	margin: 0px auto 0px auto;
	width: 730px;
	height: 12px;
	background: url(../images/content_top.png) repeat;
}


/* footer */

#web_footer {
	margin: 0px auto 0px auto;
	width: 722px;
	height: 50px;
	background: url(../images/footer_bg.png) repeat-x;
}

#web_footer_l {
	float: left;
	width: 5px;
	height: 50px;
	background: url(../images/footer_left.png) no-repeat;
}

#web_footer_c {
	float: left;
	padding: 5px 10px 5px 10px;
	width: 692px;
	color: gray;
}

#web_footer_r {
	float: left;
	width: 5px;
	height: 50px;
	background: url(../images/footer_right.png) no-repeat;
}

