body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #c0c0c0;
}

#wrapper {
	width: 769px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/bgd_2.gif);
	background-repeat: repeat-y;
	border: 1px solid #000;
}

#header {
	width: 769px;
	height: 133px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#header-tel {
	float: left;
	width: 532px;
	margin: 0 0 0 206px;
	padding: 0;
	line-height: 78px;
	font-size: 1.5em;
	color: #5b6c00;
	text-align: right;
	display: block;
}

#header-nav {
	float: left;
	width: 562px;
	height: 55px;
	margin: 0 0 0 206px;
	padding: 0;
	color: #fff;
	text-align: center;
	display: inline;
}

#header-nav ul {
	width: 562px;
	margin: 0 auto;
	padding: 0;
	line-height: 55px;
	display: block;
}

#header-nav ul li {
	margin: 0 3px;
	padding: 0;
	font-size: 0.9em;
	color: #fff;
	list-style-type: none;
	display: inline;
}

#header-nav ul li a, #header-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#header-nav ul li a:hover {
	color: #00aef0;
	text-decoration: underline;
}

#container {
	clear: both;
	width: 769px;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #d0d8da;*/
}

#menu {
	float: left;
	width: 206px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_bgd.gif);
	background-repeat: repeat-x;
	display: inline;
}

#menu ul {
	margin: 10px 0 0 20px;
	padding: 0 0 0 20px;
}

#menu ul li {
	margin: 0;
	padding: 9px 0;
	font-size: 0.9em;
	list-style-image: url(../images/arrow.gif);
}

#menu ul li a, #menu ul li a:visited {
	color: #fff;	
	text-decoration: none;
}

#menu ul li a:hover {
	color: #00aef0;
	text-decoration: underline;
}

#splash {
	float: left;
	width: 563px;
	height: 200px;
	margin: 0;
	padding: 0;
	display: inline;
}

#container2 {
	clear: both;
	width: 769px;
	margin: 0;
	padding: 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-image: url(../images/bgd_2.gif);
	background-repeat: repeat-y;
	/*border-bottom: 3px solid #c9cac3;*/
}

#featured-pens {
	float: left;
	width: 206px;
	height: 200px;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #d7d7d7;
	display: inline;
}

#featured-pens-content h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0;
	padding: 0;
}

#featured-pens-content p {
	font-size: 0.9em;
	margin: 5px 0;
	padding: 0;
}

#featured-pens-content {
	margin: 10px;
	padding: 0;
}

#featured-pens img {
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	width: 540px;
	margin: 0 10px;
	padding: 0;
	display: inline;
}

#content2 {
	float: left;
	width: 562px;
	margin: 0;
	padding: 0;
	display: inline;
}

#footer {
	clear: both;
	width: 769px;
	height: 46px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	background-color: #242d36;
}

#footer p {
	line-height: 46px;
	margin: 0;
	padding: 0;
}

#footer p a, #footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #fff;
	text-decoration: none;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
