/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bg_test.gif);	
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	color: #a80533;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	border-right: #777 solid 1px;
	border-bottom: #777 solid 1px;
	border-left: #777 solid 1px;
	margin-bottom: 8px;
}

#header {
	height: 280px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#header_profile {
	height: 280px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	background-image: url(images/body_bg_profile.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#header_courses {
	height: 280px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	background-image: url(images/body_bg_courses.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#header_diploma {
	height: 280px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	background-image: url(images/body_bg_diploma.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#header_contact {
	height: 280px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	background-image: url(images/body_bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#header_login {
	height: 280px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9edc5;
	background-image: url(images/body_bg_login.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#masthead {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}

#navi {
	padding-top: 234px;
	padding-left: 10px;
	
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	float: left;
	list-style-type: none;
}

#navi ul li a:link, #navi ul li a:visited {
	background-repeat: no-repeat;
	display: block;
	height: 30px;
}

#home a:link, #home a:visited {
	background-image:url(images/home_up.gif);
	background-position: bottom;
	width: 63px;
}

#home a:hover {
	background-position: top;
}

#profile a:link, #profile a:visited {
	background-image:url(images/profile_up.gif);
	background-position: bottom;
	width: 70px;
}

#profile a:hover {
	background-position: top;
}

#courses a:link, #courses a:visited {
	background-image:url(images/courses_up.gif);
	background-position: bottom;
	width: 80px;
}

#courses a:hover {
	background-position: top;
}

#diploma a:link, #diploma a:visited {
	background-image:url(images/diploma_up.gif);
	background-position: bottom;
	width: 133px;
}

#diploma a:hover {
	background-position: top;
}

#contact a:link, #contact a:visited {
	background-image:url(images/contact_up.gif);
	background-position: bottom;
	width: 77px;
}

#contact a:hover {
	background-position: top;
}

#login a:link, #login a:visited {
	background-image:url(images/login_up.gif);
	background-position: bottom;
	width: 110px;
}

#login a:hover {
	background-position: top;
}

#content_container {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}

#cont_left {
	clear: both;
	background-image: url(images/wide_mid.gif);
	background-repeat: repeat-y;
	float: left;
	width: 504px;
	margin-top: 10px;
}

#cont_right {
	float: right;
	background-image: url(images/small_mid.gif);
	background-repeat: repeat-y;
	width: 207px;
	margin-top: 25px;
}

#twoc_content {
	background-image: url(images/wide_mid_2cols.gif);
	background-repeat: repeat-y;
}

#twocdb {
	
}

#two_left {
	padding-left: 10px;
	padding-right: 30px;
}

#two_right {
	padding-left: 26px;
	padding-right: 16px;
}

#two_left_contact {
	padding-left: 10px;
	padding-right: 30px;
}

#two_right_contact {
	padding-left: 12px;
	padding-right: 12px;
}

#columns {
	background-image: url(images/spacer.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 30px;
	color: #1b5a8e;
	line-height: 30px;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
	color: #a80533;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #003399;
}

.ptxt {
	margin-left: 10px;
	margin-right: 10px;
}

blockquote {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	border-left: 6px solid #004b84;
}

.style1 {
	font-size: 1.1em;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

em {
	margin-left: -999px;
}

A:link {text-decoration: none; color:blue}
A:visited {text-decoration: none; color:blue}
A:active {text-decoration: none; color:blue}
A:hover {text-decoration: underline; color: red}