body {
	margin: 0;
	padding: 0;
	background-color: #7487b8;
	background-image: url(../images/bg_main2.png);
	background-repeat: repeat-x;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2 {
	margin: 0;
	font-weight: normal;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

h3 {
	color: #c97600;
	font-weight: normal;
}

#wrapper {
	width: 900px;
	margin: 40px auto;
}

#header {
	background-color: #fff3e1;
	color: #222222;
	height: 60px;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #232c42;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 60px;
	float: left;
}

#logo h1 {
	margin: 13px 0 0 65px;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secnav {
	margin: 0;
	padding: 0;
	height: 30px;
	color: #232c42;
	background-color: #ff9600;
	clear: both;
}

#nav li {
	float: right;
	width: 115px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-left: 1px solid #232c42;
}

#nav a {
	display: block;
	line-height: 3.5em;
	height: 60px;
}

#secnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secnav li {
	float: left;
	font-size: small;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: center;
	border-right: 1px solid #232c42;
}

#secnav a {
	display: block;
	height: 24px;
	padding-top: 6px;
}

#secnav a {
	color: #232c42;
	background-color: #ff9600;
}

#secnav a:hover {
	color: #232c42;
	background-color: #ffc065;
}

#main {
	background-image: url(../images/bg_content2.png);
	background-color: #fff3e1;
	background-position: top right;
	background-repeat: repeat-y;
	/* for IE 6: */
	height: 1%;
}

#content {
	float: left;
	width: 580px;
	padding: 10px;
}

#side {
	/*width: 280px;
	padding: 5px 5px 5px 15px;*/
	width: 300px;
	float: left;
}

#image {
	margin: 0;
	padding: 0;
	text-align: right;
}

#side_content {
	padding: 5px 5px 5px 15px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 75%;
	background-color: #7487b8;
	padding: 5px 0;
	/* for IE 6: */
	height: 1%;
}

#header a {
	color: #222222;
}

#nav a:hover {
	color: #eeeeee;
	background-color: #232c42;
}

#main ul {
	list-style-type: circle;
}

.title {
	font-weight: bold;
 }

.portfolio {
	text-align: center;
}