/* general */
* {
	margin: 0;
	padding: 0;
	border: 0
}

html, body {
	width: 100%;
	font: 62.5% Arial, sans-serif;
	height: 100%;
}

body {
	font-size: 1.2em;
	min-height:100%;
	height: 100%;
	line-height: 1.5;
	color: #000000;
	background:#FFFFFF;
	text-align: left
}



/* container */
#page {
	position: relative;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	height: auto !important;
	min-height:100%;
	height: 100%;
	background-color: #F3F3F3
}



/* head */
#head {
	height: 100px;
	padding: 20px 0 0 15px;
	background-color: #FFFFFF
}



/* menu */
#menu {
	height: 41px;
	background: url('/data/i/site/top-corner.gif')
}

#menu .left {
	height: 41px;
	background: url('/data/i/site/top-corner-left.gif')  center left no-repeat
}

#menu .left .right {
	height: 41px;
	padding-right: 40px;
	background: url('/data/i/site/top-corner-right.gif')  center right no-repeat
}

#menu .left .right ul {
	list-style: none
}

#menu .left .right ul li {
	float: right;
	padding: 5px 10px 0 10px;
	list-style-image: none;
}

#menu .left .right ul li.active {
	color: #FFFFFF;
	font-weight: bold
}

#menu .left .right ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}

#menu .left .right ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}



/* content */
#content {
	clear: both; 
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#content .collage {
	width: 100%;
	height: 83px;
	background: url('/data/i/site/collage.jpg')  center center no-repeat
}

#leftCol {
	padding-top: 5px;
	padding-left: 37px;
	width: 213px;
	float: left
}

#rightCol {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 37px;
	float: right;
	width: 553px;
}



/* footer */
#footer {
	position: relative;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	height: 5.7em;
	margin-top: -5.7em;
	background-color: #FFFFFF
}

#footer .bar {
	height: 43px;
	background: url('/data/i/site/bottom-corner.gif')
}

#footer .bar .left {
	height: 43px;
	background: url('/data/i/site/bottom-corner-left.gif')  center left no-repeat
}

#footer .bar .left .right {
	height: 43px;
	background: url('/data/i/site/bottom-corner-right.gif')  center right no-repeat
}

#footer .bar .left .right .text {
	color: #FFFFFF;
	margin: 20px 20px 0 0;
	float: right
}



/* text */
h1, h2, h3, h4, h5, h6 {
	color: #F43176;
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: normal
}

h1 {
	font-size: 1.8em
}

h2 {
	font-size: 1.4em
}

h3 {
	font-size: 1.2em
}

h4 {
	font-size: 1em;
	font-style: italic
}

p {
	padding-bottom: 1.1em
}

#rightCol ul, ol {
	padding-bottom: 0.8em
}

#rightCol ul li, ol li {
	margin-bottom: 5px;  
	margin: 0.5em 0;
	padding: 0 0 0 7px;
	list-style-type: none;
	behavior: expression( !this.before? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	text-indent: 0.6em
}

#rightCol ul li:before {
	content: '\2014\a0'
}



/* links */
#rightCol a {
	color: #3333FF;
	text-decoration: underline
}

#rightCol a:active {
	color: #3333FF
}

#rightCol a:hover {
	color: #3333FF;
	text-decoration: none
}

#leftCol a {
	display: block;
	padding-bottom: 5px;
	color: #000000;
	text-decoration: underline
}

#leftCol a:active {
	color: #000000
}

#leftCol a:hover {
	color: #000000;
	text-decoration: none
}

#navigation {
	font-size: 0.9em
}

#navigation a {
	font-size: 0.9em;
	color: #000000;
	text-decoration: underline
}

#navigation a:active {
	color: #000000
}

#navigation a:hover {
	color: #000000;
	text-decoration: none
}



/* form */
#form label {
	width: 100px;
	display: block;
	cursor: pointer;
	float: left
}

#form input {
	border: 1px solid #D2D5D9;
	width: 354px;
	margin-bottom: 0.7em;
	font-size: 1.2em
}

#form textarea {
	border: 1px solid #D2D5D9;
	width: 354px;
	height: 100px;
	margin-bottom: 0.7em;
	font-size: 1.2em
}

#form br {
	clear: left
}

.button {
	width: 150px;
	font-size: 1,2em;
	cursor: pointer;
	background-color: #F2F2F2;
	color: #000000;
	border: 1px solid #D2D5D9;
	margin-left: 100px
}