body {
	margin: 0;
	padding: 0;
	background-color: #666;
}

body, th, td, p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

a img {
	border: none;
}

#page {
	width: 900px;
	margin: 0 auto 1em auto;
	background-color: black;
	background-color: rgb(19, 57, 103);
	position: relative;
}

#header {
	height: 104px;
}

#menu {
	background-color: #ccc;
	background-image: url(../upload/template/menu-bg.jpg); 
	background-repeat: no-repeat;
	padding-left: 145px;
	padding-left: 0px;
	height: 36px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	height: 25px;
	float: left;
	overflow: hidden;
	padding: 11px .75em 0 .75em;
	font-size: 10pt;
	font-weight: bold;

	/* Rand */
	background-image: url(../upload/template/vline.png);
	background-repeat: repeat-y;
	background-position: right;
}

#menu a {
	letter-spacing: .05em;
	color: black;
	text-decoration: none;
}

#menu a:hover,
#submenu a:hover {
	text-decoration: underline;
}

#submenu {
    position: absolute;
    top: 140px;
    left: 145px;
    left: 50px;
    padding: 10px 2px;
}

#submenu  a {
    font-size: 120%;
    color: white;
    text-decoration: none;
}

#content {
	padding: 80px 0 0 50px;
	width: 530px;
	float: left;
}

#content h1 {
	margin: 0 0 1em 0;
	font-size: 180%;
	letter-spacing: -.015em;
}

#content h2 {
	margin: 1em 0 .5em 0;
	font-size: 140%;
	border-bottom: 1px solid #999;
}

#content h3 {
	margin: 0 0 .5em 0;
	font-size: 100%;
}

#content p {
	line-height: 140%;
	margin: 0 0 1em 0;
}

#content table {
	border: 3px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content td {
	border: 1px solid #ccc;
	padding: .25em;
}

#content a {
	color: #ccf;
}

#content li {
	margin-bottom: .2em;
}

#right {
	float: right;
	padding: 80px 50px 0 0;
} 

#right img {
	border: 2px solid white;
}

#right div.imgcont {
	position: relative;
	margin-bottom: 2em;
}

#right img.zoomicon {
	border: none;
	position: absolute;
	top: 120px;
	left: 170px;
}

#right p {
	margin: -1.75em 0 .53em 0;
}

#footer {
	clear: both;
	font-size: 90%;
	color: #999;
	text-align: center;
	padding: 10px 0;
}

#footer a {
	color: #999;
}

.infobox {
	padding: .5em;
	margin-bottom: 2em;
	background-color: #ffffcc;
	border: 4px solid #cccc99;
	color: black;
	font-size: 90%;
}

