/* Begin Layout */

*{margin: 0; padding: 0; border: 0px;}
	
body {
	text-align: center;
	background: url(../images/background.jpg) #FFFFFF repeat-x;
	}
	
#topper {
	width: 100%;
	height: 10px;
	overflow: hidden;
	background-color: #750606;
	}
	
#container {
	width:640px;
	margin: 0px auto;
	text-align:left;
	}
	
#header {
	width: 640px;
	height: 130px;
	margin: 25px 0px 10px 0px;
	background: none;
	}

#logo {
	float: left;
	width: 200px;
	height: 130px;
	background: none;
	}

#portfoliobtn a {
	float: left;
	display: block;
	width: 90px;
	height: 17px;
	background: url(../images/portfolioButton.gif) 0 0 no-repeat;
	margin-left: 10px;
	padding: 113px 0px 0px 10px;
	font-size: 15px;
	text-decoration: none;
	}

#servicesbtn a {
	float: left;
	display: block;
	width: 90px;
	height: 17px;
	background: url(../images/servicesButton.gif) 0 0 no-repeat;
	margin-left: 10px;
	padding: 113px 0px 0px 10px;
	font-size: 15px;
	text-decoration: none; 
	}
	
#aboutusbtn a {
	float: left;
	display: block;
	width: 90px;
	height: 17px;
	background: url(../images/aboutusButton.gif) 0 0 no-repeat;
	margin-left: 10px;
	padding: 113px 0px 0px 10px;
	font-size: 15px;
	text-decoration: none; 
	}

#contactusbtn a {
	float: left;
	display: block;
	width: 90px;
	height: 17px;
	background: url(../images/contactusButton.gif) 0 0 no-repeat;
	margin-left: 10px;
	padding: 113px 0px 0px 10px;
	font-size: 15px;
	text-decoration: none; 
	}

#portfoliobtn a:hover, #servicesbtn a:hover, #aboutusbtn a:hover, #contactusbtn a:hover {	
		background-position: -100px 0;
		color: #FFFFFF;
		}

#columncenter {
	width:333px;
	margin: 0px auto;
	background: white;
	}

#column1 {
	float: left;
	width: 200px;
	height: 275px;
	margin-bottom: 10px;
	background: #ccc5af;
	}

#column2 {
	float: left;
	width: 430px;
	height: 275px;
	margin-left: 10px;
	background: #ccc5af;
	}
	
#footer {
	clear: both;
	width: 640px;
	height: 17px;
	text-align: left;
	padding-top: 3px;
	background: #ccc5af;
	}

#loadarea {
	width: 410px;
	height: 255px;
	overflow: hidden;
	margin: 10px;
	background: #FFFFFF;
	}
	
.spacer {
	margin: 10px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

/* Begin Typography */

a	{
	color: #750606;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #404040;
	}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	color: #404040;
	}

h3	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	margin-top: 25px;
	}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-align: justify;
	color: #545454;
	margin: 10px;
	}

small	{
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #545454;	
	margin: 3px 10px;
	}

/* Begin Images */


#gallery img {

	width: 53px;
	height: 35px;
	overflow: hidden;
	margin: 10px 0px 0px 10px;
	display: inline;
	float: left;

	}
