html
{
	background:url(../images/html-bg.gif);
	margin:0;
	padding:0;
	font-family:Helvetica,Arial;
	color:#666666;
}

body
{
	background:url(../images/body-bg.gif) center top repeat-y;
	margin:0;
	padding:0;
	font-size:80%;
}

h2
{
	color:#725b3a;
}

h3
{
	color:#cb8c0a;
}

h5
{
	color:#cb8c0a;
	font-size:110%;
}

hr
{
	height:0px;
	border-top:solid 1px #cccccc;
	border-left:0;
	border-bottom:0;
	border-right:0;
}

img
{
	border:0;
}

a
{
	color:#333333;
	font-weight:normal;
}

a:hover
{
	color:#cb8c0a;
}

.clear
{
	clear:both;
}

#container
{
	width:830px;
	margin:0 auto;
	padding:0;
	background:#ffffff;
}

#header
{
	margin:0;
	padding:20px 0;
}

#menu
{
	height:32px;
	background:url(../images/menu-bg.gif) repeat-x top;
	padding-left:14px;
	width:550px;
}

#menu div
{
	float:left;
	background:url(../images/hover-item-bg.gif) no-repeat right top;	
}

#menu div div
{	
	display:block;
	background:url(../images/hover-item-left.gif) no-repeat left top;
}

#menu div.active
{
	background:url(../images/active-item-bg.gif) no-repeat right top;
}

#menu div.active div
{	
	background-image:url(../images/active-item-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu div a
{
	display:block;
	padding: 5px 10px 14px 10px;
	background:url(../images/menu-bg.gif) repeat-x top;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}

#menu div a:hover,
#menu div.active a
{
	background-image:none;
}

span.dot
{
	display:block;
	float:left;
	width:3px;
	background:url(../images/dot.gif) no-repeat left top;
}

span.phone
{
	display:block;
	float:right;
	padding: 5px 20px 14px 10px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

#right-column
{
	width:170px;
	float:right;
	margin:15px 0px 0px 0px;
	padding:20px 0;
	border-left:solid 1px #cccccc;
}

#left-column
{
	width:200px;
	float:left;
	margin:15px 0px 0px 0px;
	padding:30px 0;
	border-right:solid 1px #cccccc;
}

#leftmenu
{
	width:200px;
	float:left;
	margin:15px 0px 0px 0px;
	padding:30px 0;
	border-right:solid 1px #cccccc;
}

#text
{
	margin:20px 180px 20px 0px;
	padding:20px 15px;
}

#footer
{
	padding:20px 0;
	margin:0 30px;
	font-size:11px;
	border-top:solid 1px #cccccc;
	text-align:center;
}

div#articles-compact
{
	clear:left;
}

div#articles-compact div.article
{
	float:left;
	width:190px;
	padding:7px;
}

#articles-detailed .article
{
	padding:10px 0;
}

#articles-detailed .article .date
{
	font-style:italic;
}

.smile .article
{
	padding:10px;
	border:solid 1px #cccccc;
}