* {padding:0; margin:0;}

html {
	height:100%;
}
body {
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#FF7818;
	text-align:center;
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-size:small;
}

div {
	/* border:1px solid #000; */
	overflow:hidden;
}

a {
	border:none;
	color:#CC3300;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:2px solid #FFF; /* add hidden border so hover border won't move picture */
}

a:hover img {
	border:2px solid #CC3300;
}

h1, h2, h3, h4 {
	color:#CC3300;
	margin-bottom:10px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

p {
	line-height:18px;
	margin-bottom:10px;
}

#container {
	width:800px;
	background-color:transparent;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
	margin-top:0;
	height:100%;
}

#header {
	background-image:url(../images/header.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:130px;
	margin:0;
}

#header h1 {
	float:right;
	margin:50px 20px 0 0px;
	font-size:18px;
	font-weight:normal;
	color:#000;
}

#logo {
	width:350px;
	height:70px;
	display:block;
	float:left;
	margin-top:20px;
}

#main_nav {
	padding:0 0 0 225px;
	margin:0;
}

#main_nav a {
	font-weight:bold;
	color:#000;
}

#main_nav a:hover {
	text-decoration:none;
}

#main_nav ul {
	margin:0;
	padding:0;
}

#main_nav li {
	list-style:none;
	display:inline;
	padding:0 10px 0 10px;
	margin:0;
}

#content {
	padding: 0 20px 50px 20px;
	margin:0;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
}

#footer {
	text-align:center;
	background-image:url(../images/footer.gif);
	background-position:bottom center;
	height:25px;
	margin-bottom:50px;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer li {
	list-style:none;
	display:inline;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

.right_image {
	float:right;
	margin-left:10px;
}

.portfolio {
	padding:10px;

}

.port_images {
	text-align:center;
}