/* page */

* {
	padding: 0;
	margin: 0;
}
html {
	background: #000 url(../images/bg.png) repeat-x;
}
body {
	text-align: center;
	min-width: 800px;
}
#page {
	font-family: verdana, arial, sans-serif;
	text-align: left;
	width: 800px;
	margin: 60px auto;
	position: relative;
}
h1 { 
	font-size: 160%;
	font-weight: normal;
	border-bottom: 1px #000 solid;
}
h2 { 
	font-size: 100%; 
}
h2 {
	color: #10339E;
}
#body h2 {
	margin-top: 1.5em;
}
h3 { font-size: 110%; }
p { 
	font-size: 75%;
	margin: 1em 0;
	text-align: justify;
}
ul {
	margin: 1em 0 1em 2em;
	list-style-type: square;
}
li { 
	font-size: 80%;
}
dl {
	font-size: 80%;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
a {
	color: #2B5AE9;
}
a:visited {
	color: #9E15CB;
}
a:active {
	color: #E95A2B;
}
a:hover {
	color: #2BB9E9 ;
}

#header {
	background: url(../images/top.gif) no-repeat;
	height: 115px;
	width: 800px;
	position: absolute;
	top:0;
}
#logo {
	position: absolute;
	left: 626px;
	top: 14px;
}

#contents {
	background: url(../images/contents.png) repeat-y;
	margin-top: 51px;
	width: 800px;
	float: left;
}

#body {
	padding: 0 30px;
	background: #FFF url(../images/corner.png) no-repeat top right;
	margin-right: 209px;
	padding-top: 1em;
	position: relative;
	min-height: 300px;
}
#body h1 {
	width: 520px;
}

#footer {
	background: url(../images/footer.gif) no-repeat bottom;
	clear: both;
	color: #5ACAEE;
	font-size: 50%;
	padding-left: 1em;
	text-align: right;
}
#body img {
        float: right;
        margin: 1.5em;
        margin-right: 0;
}

#menu {
	background: #C2D4F7 url(../images/navtop.png) no-repeat top;
	margin-top: 51px;
	padding-top: 60px;
	position: absolute;
	top: 0;
	right: 0;
	width: 208px;
}
#menu ul ul {
	list-style: none;
	margin: 0.5em 0 0.5em 1em;
	font-weight: normal;
}
#menu ul {
	font-weight: normal;
}
#menu h3, #menu h2 {
	width: 100%;
	text-align: center;
}
#menu h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7090f0;
	position: absolute;
	top: 36px;
}
#menu .current, #menu a {
	color: #2b5ae9;
}

#tabs {
	clear: both;
	padding-left: 30px;
	padding-top: 10px;
	list-style: none;
	margin: 0;
}
#tabs li {
	float: left;
	margin: 0 3px 0 0;
}
#tabs li a {
	float: left;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	color: #5ACAEE;
	padding: 5px 15px 4px;
	width: .1em; /* IE/Win fix */
}
#tabs li a:hover {
	text-decoration:underline;
}
#tabs li.current a {
	text-decoration:underline;
}
#tabs li.current a:hover {
	cursor: text;
}
#tabs > li a { width: auto; } /* Rest of IE/Win fix */

