body {
	font-size: 11px;
	color: #444444;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
	background: #ECECFE url(images/body_bg.jpg) repeat-x 0 0; 
}

img {
	border: none;
}

h1, h2, h3, span {
	font-size : 24px; 
	color : #DC143C; 
	font-weight: normal;
	font-family: perpetua, Times New Roman, arial, sans-serif;
	margin: 10px 15px 0 15px; 
	padding : 0;
	background : #FFFFFF;
} 

h1 {
	font-size : 32px; 
} 

h2, span {
	color : #4B0082;
} 

span {
	font-size : 20px;
	margin: 0 15px 0 0; 
} 

p {	
	font-family: verdana, arial, sans-serif;
	margin:  10px 30px 0 20px; 
	line-height: 1.2; 
}

.position {
	margin:  10px 30px 0 20px; 
}

a {
	color: blue;
	margin: 0;
	padding: 0;
}

li{
	margin: 3px 20px 3px 0;
}

.top_links a {
	margin: 0 20px 0 20px;
}

a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.align {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.top_links {
	position: absolute;
	width: 780px;
	height: 30px;
	text-align: right;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
	background: #FFFFFF; 
}

.header {
	position: absolute;
	width: 780px;
	height: 200px;
	text-align: left;
	margin: 0;
	top: 30px;
	left: 0;
	padding: 0;
	background: #FFFFFF url(images/header.jpg) no-repeat 0 0; 
}


/* ============================================ */

.wrapper {
	position: absolute;
	width: 780px;
	margin: 10px 0 0 0;
	top: 30px;
	left: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF url(images/wrapper_bg.jpg) repeat-y 100% 0; 
}


.wide, .left, .right, .text {
	position: relative;
	float: left;
	width: 780px;
	margin: 0;
	padding: 0;
}

.holder {
	position: relative;
	width: 772px;
	margin: 0;
	padding: 0 8px 0 0;
	background: transparent url(images/top_right.jpg) no-repeat 100% 0;
}

.wide {
	width: 765px;
	padding: 0 15px 0 0;
	background: transparent url(images/top_left.jpg) no-repeat 0 0; 
}

.left {
	width: 383px;
	border-top: 4px solid #4B0082;
	border-right: 1px solid #EEEEEE;
}

.right {
	width: 388px;
	float: right;
	border-top: 4px solid #DC143C;
}

.text {
	width: 529px;
	border-top: 4px solid #4B0082;
	border-right: 1px solid #EEEEEE;
}

.menu {
	width: 242px;
	float: right;
	border-top: 4px solid #DC143C;
}

.menu a {
	text-decoration: none;
	line-height: 26px;
}

p.link {
	text-align: right;
}

.footer {
	clear: both;
	width: 780px;
	height: 50px;
	text-align: center;
	color: #888888;
	margin: 0;
	padding: 30px 0 0 0;
	background: #ECECFE url(images/footer_bg.jpg) no-repeat 100% 0; 
}

.clear {
	clear: both;
}







