/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 778px;
	height: 186px;
	margin: 0px auto;
	background: url(images/subpage01.jpg) no-repeat left top;
}

#header h1 
{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: black;
    font-size: 46px;
    background: none;
	margin-top: 0px;
	text-indent: 0px;
	position: relative;
    left: 5px;
    top: 40px;
}
#header h2 
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 46px;
    background: none;
	margin-top: 0px;
	text-indent: 0px;
	position: relative;
    left: 2px;
    top: -77px;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
}

#clear {
	height: 50px;
	background: url(images/subpage05.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 262px;
}

#sidebar .boxed {
	padding: 0px 36px 0px 40px;
}

/** CONTENT */

#content {
	float: right;
	width: 516px;
	padding-top: 90px;
}
#content .boxed {
	padding: 0px 33px 0px 46px;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 100px;
	margin: 0px auto;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

#box3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#box3 li {
	float: left;
	padding-left: 46px;
	text-align: center;
}

#box3 li.first {
	padding: 0px;
}