html, body, div, span,
applet, object, h1, h2,
h3, h4, h5, h6, p,
blockquote, pre, a, em,
font, img, strong, sub,
sup, ol, ul, li, fieldset,
form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	font-size: 100%;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	margin: 12px 20px 25px 20px;
}

ol, ul
{
	list-style: none;
}

.center
{
	text-align: center;
	margin: 0px auto 0px auto;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #a99318;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7
{
	font-size: 1em;
	font-weight: normal;
}

.indent
{
	margin-left: 15px;
}

.spacer
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

#wrapper
{
	width: 756px;
	margin: auto;
}

#top-left-menu
{
	margin: 0 0 0 43px;	
}

.home, .about, .portfolio, .contact, .clients, .blog
{
	float: left;
	display: block;
	background-image: url('images/top-menu.png');
	height: 20px;
	text-indent: -9999px;
	margin: 0 26px 0 0;
}

.home
{
	background-position: 0px 0px;
	width: 45px;
}

.about
{
	background-position: -45px 0px;
	width: 46px;
}

.portfolio
{
	margin: 0 259px 0 0;
	background-position: -91px 0px;
	width: 67px;
}

.contact
{
	background-position: -158px 0px;
	width: 60px;
}

.clients
{
	background-position: -218px 0px;
	width: 52px;
}

.blog
{
	background-position: -270px 0px;
	width: 35px;
}

.home:hover, .about:hover, .portfolio:hover, .contact:hover, .clients:hover, .blog:hover
{
	background-image: url('images/top-menu-over.png');
}

#logo
{
	margin: 25px 0 45px 0;
	text-align: center;
}

#welcome h1
{
	text-indent: -9999px;
	background-image: url('images/welcome.png');
	width: 118px;
	height: 23px;
	margin: 102px 0 2px 0;
}

p
{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	color: #a99318;
	padding: 20px 0 0 0;
}

#welcome img
{
	float: right;
	margin: -80px 0 0 45px;
}

#welcome
{
	margin: 0 0 50px 0;
}

#columns
{
	margin: 0 0 20px 0;
}

#columns p
{
	font-size: 0.8em;
}

#about-column, #portfolio-column, #contact-column, #clients-column
{
	float: left;
	width: 170px;
	margin: 0 25px 0 0;
	padding: 30px 0 0 0;
	background-repeat: no-repeat;
}

#clients-column
{
	margin: 0;
}

#about-column
{
	background-image: url('images/about.png');
}

#portfolio-column
{
	background-image: url('images/portfolio.png');
}

#contact-column
{
	background-image: url('images/contact.png');
}

#clients-column
{
	background-image: url('images/clients.png');
}

.large
{
	font-size: 1.1em;
}