/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0 0 0;
	padding: 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}


ul#portfolio {
	margin: -15px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

li#portfolio {
	margin: 0;
	padding:0 0 0 0 ;
}


p, ul, ol {
	margin: 0 0 2em 0;

	line-height: 26px;
	font-size: 11px;
}



a:link {
	color: navy;
		text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: navy;
}

a:visited {
	color: navy;
		text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 850px;
	height: 112px;
	margin: 0 auto 25px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
	float: left;
}


#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	margin-top:25px;
	float: right;

}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
}


#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x left bottom;
}


/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 620px;
}

/* Post */

.post {
	padding-left: 20px;
}

.post .title {
	margin-top:5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(images/img03.gif) repeat-x left bottom;
}

.post .entry {

}


/* Sidebar */

#sidebar {
	float: right;
	width: 170px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}



/* Boxes */
.box1 {
	padding: 20px;
	background: url(images/img052.gif) no-repeat;
}

.box2 {
color: #333333;
margin-left:20px;
}

/* Footer */

#footer {
	height: 80px;
	min-height: 80px;
	padding: 90px 0 0 0;
	background: #003448 url(images/img09.gif) repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap{
	width: 850px;
	margin: 0 auto;
}

#fbox1 {
	width: 820px;
		float: left;
}




