body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('Images/img01.jpg') repeat-x;
	color: #999999; font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Georgia, Times New Roman, Times, serif
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 1300px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
	background: url('Images/Logo.jpg') no-repeat right;
}

#logo h1 {
	float: left;
	padding: 40px 80px 0 0;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 25px;
	color: #271734;
}

#menu a:hover {
	color: #8c57b7;
}

#menu .active a {
	background: url('Images/Menu highlight2.jpg') no-repeat;
	color: #FFFFFF
}


/* Content */

#content {
	width: 830px;
	margin: 0 auto;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 825px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url('Images/img02.gif') no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 20px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #8c57b7 url('Images/img16.gif') repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
