/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}







body {
	background: #FFFFFF url(images/img01.jpg);
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: white;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: white;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: orange;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	
}

/* Header */

#header {
	
	width: 720px;
	height: 283px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
}

#header h1 {
	padding-top: 80px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	
	width: 720px;
	margin: 0 auto;
	background: #FBE8E8 url(images/img04.jpg) repeat-y;
}

/* Menu */


/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width: 720px;
	height: 39px;
	margin: 0 auto;
	
	
	/*padding:0px 10px 0px 184px;*/
	background-image: url(images/img04.jpg);
	
	}
	
	#menu2 {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 15px;
	
	
}



/* End CSS Drop Down Menu */



/* Blog */

#blog {
	float: left;
	width: 650px;
	padding: 50px 16px 0px 30px;
	
}

/* Post */


/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	padding-top: 60px;
	background: url(images/img09.jpg) no-repeat;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

