@import url("shoulder.css");
@import url("content.css");
@import url("box.css");

html, body  {
    background: url(../image/bodyBg.gif) repeat-y right #fff;
}
body {
    padding: 0;
    margin: 0;
    font: normal 1em Arial, Helvetica, sans-serif;
    color: #4b4942;
    text-align: center;
}
A {
	font-weight: normal;
	color: #5599a7;
	text-decoration: none;
}
	A:hover {
		color: #bb800f;
		text-decoration: underline;
	}
IMG {
	border: 0;
}
#page {
    background: url(../image/mainBg.gif) repeat-y;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.clear {
    clear: both;
}
#main {
    background: url(../image/mainBg2.gif) repeat-y;
    width: 100%;
	min-height: 600px;
    padding: 0px 0px 50px 0px;
    margin: 137px 0px 0px -242px;
    float: right;
}
#side {
    background: url(../image/pageBg.gif) no-repeat;
    position: absolute;
    right: 0px;
    top: 137px;
    z-index: 1;
    width: 10px;
    height: 410px;
    padding: 0;
    margin: 0;
    overflow: visible;
}

#headMenu {
    background: url(../image/headMenuBg.gif) repeat-x;
    position: absolute;
    right: 10px;
    top: 87px;
    z-index: 1;
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    text-align: right;
	color: #FFF;
}
	#headMenu UL {
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
	}
		#headMenu UL LI {
			padding: 0;
			margin: 0;
			float: left;
		}
			#headMenu UL LI A {
				display: block;
				padding: 0.9em 1.5em 0.9em 1.5em;
				font: bold 1em Arial, Helvetica, sans-serif;
				color: #FFF;
				text-decoration: none;
			}
			#headMenu UL LI A:hover {
				background: #1f525e;
				color: #FFF;
				text-decoration: none;
			}
#head {
    background: #0b0b0b;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 137px;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    text-align: right;
	color: #FFF;
}
	#head .intro {
		background: #2f2f2f;
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		top: 20px;
        right: 10px;
        position: absolute;
        z-index: 2;
		width: 100%;
	}
		#head H2 {
			padding: 0.5em 1em 0.5em 1em;
			margin: 0 0 0 242px;
			font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
			letter-spacing: -0.0em;
			line-height: 1em;
			color: #c7c7c7;
		}
    #logo {
		background: #0b0b0b;
        top: 0px;
        left: 0px;
        position: absolute;
        z-index: 2;
        width: 242px;
        height: 137px;
        overflow: visible;
		text-align: center;
    }
		#logo H1 {
			padding: 0.5em 0em 0em 0em;
			margin: 0;
        }
			#logo H1 SPAN {
				color: #6fa3b0;
			}
			#logo H1 A {
				font: normal 1.65em Arial, Helvetica, sans-serif;
				letter-spacing: -0.03em;
				color: #FFF;
				text-decoration: none;
			}
#footer {
    padding: 1em 2em 2em 2em;
    margin: 0;
    font-size: 0.9em;
	color: #fff;
    background: #0b0b0b;
}

