/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

/* Typeface */
p {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #231F20;
}

.address {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}

.blue {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #3f77ac;
}

.intro {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #7E7173;
}

.header {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #3f77ac;
}

/* Layout */
#top {
	width: 800px;
	height: 150px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}

#address {
	width: 146px;
	height: 89px;
	text-align: right;
	position: absolute;
	top: 13px;
	left: 648px;
}

#main_body {
	width: 850px;
	height: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	position: relative;
}

#main_left {
	width: 25px;
	height: 766px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_right {
	width: 25px;
	height: 766px;
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 825px;
}

#content {
	width: 325px;
	height: 350px;
	padding-top: 25px;
	padding-left: 50px;
}

#sidebar {
	width: 350px;
	height: 400px;
	position: absolute;
	top: 25px;
	left: 450px;
}

#header {
	width: 350px;
	height: 30px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

/* Links */
#address a {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#address a:hover {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#main_body #sidebar a {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #7e7173;
	text-decoration: none;
}

#main_body #sidebar a:hover {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #7e7173;
	text-decoration: underline;
}

/* Lists */

#main_body #sidebar li {
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
}
#main_body #content ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin-left: 15px;
	list-style-image: url(../images/bullet.jpg);
}
