﻿@charset "utf-8";

body {
	background: url(../img/BGimage2.jpg) no-repeat top center #111111;
	color: #444;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 225px 0;
	padding: 0;
	text-align: center;
}

.container{
	background: url(../IMG/gem1.png) repeat;
	width:1000px;
	border: none;
	margin: 0 auto;
	padding: 0;

}

.header {
	background: url(../img/logo-edge.png) no-repeat top left;
	height:160px;
	margin: 0;
	padding: 0;
	border: none;
}

.Content{
	background: none;
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	}

.Content #navbar {
	float:left;
	padding:0px;
	width:180px;
	margin: 0px;
	}
.Content #main {
	float:left;
	padding:0px;
	width: 800px;
	margin: 0px;
	background: #fefefe;
	border:  2px solid #000000;
	}
.Content #banner {
	background-position:center;
	background-repeat:no-repeat;
	height:350px;
	width:750px;
	margin:15px auto;
	padding:0;
	}
#colleft {
	text-align: right;
	color:#333333;
	padding:25px;
	margin:0;
	margin-left:15px;
	font: 100%;
	float:left;
	width:200px;
	border-right: 2px #cccccc solid;
	position:relative;
}
#colright {
	text-align: left;
	color:#333333;
	padding:25px;
	font: 100%;
	float:left;
	margin:0;
	width: 480px;
	position:relative;
}
	
.Footer{
	background: none;
	color: #ffffff;
	width:100%;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.indexstyle1 {
	font-size: 120%;
	color: black;
	display:inline;
}

.indexstyle2 {
	font-size: medium;
	display:inline;
}

.indexstyle3 {
	text-align: center;
}

.Textleft {
	text-align: left;
	color:#333333;
	padding: 5px;
}
.Textright {
	text-align: right;
	color:#333333;
	padding:25px;
	font: 100%;
}

.style2 {
	font-size: medium;
}

.style3 {
	font-size: 80%;
	font-weight:bold;
}
.style4 {
	font-size: 80%;
	padding-left:20px;
}
.style5 {
	font-size: 75%;
}


