/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

a {
	color: #6C6C6C;
}

a:hover {
	text-decoration: none;
	color: #181818;
}

/* Post */

.latest-post {
	padding: 2em 2em 1em 3em;
}

.latest-post h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #181818;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px solid #181818;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #747474;
}
.gb {
	border-top: 1px solid #181818;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: -30px;
}

/* Wrapper */

#wrapper {
	width: 770px;
	background: url(images/img2.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */

#header {
	height: 90px;
	color: #E5F5D0;
	width: 230px;
	padding: 30px 10px 0 20px;
	float: left;
	background-image: url(images/img.jpg);
	top: 20px;
}
#header2 {
	color: #E5F5D0;
	width: 490px;
	height: 120px;
	float: left;
	padding: 0px;
	background-image: url(images/img.jpg);
	vertical-align: middle;
}


#header * {
/* 	text-transform: lowercase; */
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background: url(images/img3.jpg) repeat-y;
}

#colOne {
	float: right;
	width: 490px;
	padding-right: 20px;
	background: url(images/img4.jpg) no-repeat;
}


#colTwo {
	float: left;
	width: 180px;
	padding: 60px 40px 0 40px;
	background: url(images/img5.jpg) no-repeat;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: none;
}

/* Menu */

#menu {
	height: 35px;
}

#menu ul {
	float: left;
	padding: 10px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer * {
	color: #CCCCCC;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}

