/* @override 
	http://charlesjpage.com/home.css
*/

@charset "UTF-8";
/* CSS Document */

/* General Selectors */
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body{
	background: url(../images/bg.png) repeat;
}

.wrapper {
	width: 820px;
	margin: 20px auto;
	text-align: left;
	font: 12pt Verdana, Verdana, Geneva, sans-serif;	
}

li {
	list-style-type: none;
	display: inline;
}

a img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
}

/* @group Quotes */

.design {
	float: left;
	width: 780px;
	background: #1c1c1c;
	color: #C1C1C1;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}


/* @end */

/* @group links */

.links{
	float: left;
	width: 800px;
	padding: 5px 20px 20px 0;
	background: #1c1c1c;
}

.links a {
	border: none;
	color: transparent;
	opacity: .65;	
}

.links a:hover {
	opacity: 1;
}

.home a {
	opacity: 1;
}

.links li {
	display: inline;
	float: left;
	clear: right;
	width: 200px;
}

.links li ul {
	list-style-image: none;
	width: 180px;
	height: 400px;
	overflow: hidden;
	padding-left: 20px;
}

/* @end */

/* @group footer */

.footer {
	float: left;
	margin-top: 20px;
	background-color: #1c1c1c;
	color: #cccccc;
	visibility: visible;
	text-align: left;
	font: small-caps bold 8pt Arial, Arial, Helvetica, sans-serif;
	clear: both;
	border-top: solid #c1c1c1;
	width: 820px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.footer a {
	margin: 0;
	text-align: right;
	color: #CCCCCC;
	border: none;
}

.footer a:active a.visited{
	color: #888888;
}

.copyright {
	display: inline;
	float: left;
	text-decoration: none;
	font: normal 8pt "Verdana, Verdana, Geneva, sans-serif";
	padding: 0;
	margin: 0;
}

.contact {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}

/* @end */