/* Main Site */
body {
	margin:0px;
	padding:0px;
	background: #ffffff url('images/bg.jpg');
	background-position: left;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Times;
	font-size:11px;
	color: #7C58D2;

	scrollbar-arrow-color: #B15DDD;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #B15DDD;
	scrollbar-darkshadow-color:#B15DDD;
	scrollbar-shadow-color: #ffffff;
}

div#image1 {
	background-image: url('images/image_01.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:48px;
}

div#image2 {
	width:780px;
	height:56px;
}

div#image3 {
	background-image: url('images/image_03.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:66px;
}

div#image4 {
	background-image: url('images/image_04.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:66px;
}

div#image5 {
	background-image: url('images/image_05.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:74px;
}

div#image6 {
	background-image: url('images/image_06.jpg');
	background-repeat: no-repeat;
	width:780px;
	height:118px;
}



/* Content */

div#content {
	position:absolute;
	top: 140px;
	left: 370px;
	width: 400px;
}

div#content h1 {
	background-color:transparent;
	border: none;
	width: 435px;
	height: 12px;
	font-size: 15px;
	color: #5B42C9;
	filter:shadow(color:#F7EFFC);
}

div#content b {
	color:#2B1A70;
	font-size: 11px;
}

div#content ul {
	padding-left:15px;
	list-style-type: square;
}

div#content a:link, div#content a:visited {
	color:#2B1A70;
	text-decoration: none;
}

div#content a:hover {
	color:#5B42C9;
	text-decoration: none;
}

/* Navigation */

div#nav {
	position: absolute;
	top:370px;
	left:110px;
	width:200px;
}

div#nav h1{
	border: none;
	width: 200px;
	height: 12px;
	font-size: 14px;
	color: #5B42C9;
	filter:shadow(color:#F7EFFC);
}
	
div#nav a:link, div#nav a:visited {
	color:#2B1A70;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
}

div#nav a:hover {
	color:#5B42C9;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-size:12px;	
}