
html {
min-height: 101%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #7293c9 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2 {
	margin-top: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

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

a {
	color: #ffffff;
}

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

a img {
	border: none;
}


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

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

hr {
	display: none;
}

/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background: #7293c9;
}

#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}

#img2 {
	border: none;
	padding-left:20;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 4em;
}

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

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu-wrap {
	background: #2E2E2E;
}

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #8ebf73;
	border: 1px #8ebf73 solid;
}

#menu .first a {
	background: #7293c9;
	border: 1px #7293c9 solid;
}

.post .title a {
	text-decoration: none;
}

#latest-post-wrap {
	background: #ffffff;
	border-bottom: 50px #2E2E2E solid;
	height: 450px;

}

#latest-post-wrap2 {
	background: #ffffff;
	border-bottom: 50px #2E2E2E solid;
	height: 600px;

}

#latest-post {
	width: 778px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#latest-post h1 {
	margin: 0px 0;

	padding-top: 20px;
}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	height: 100px;
	background: #7293c9s;
	text-align: center;
	height: auto;
	color: #ffffff;
	font-size: .8em;
	font-colour: #ffffff;

}



#fixme {
     position: absolute; right: 0px; top: 0px;

}

input 
{

border: 1px solid #cdcdcd;
color: #ffffff;
background: #96b4e4;
padding: 2px 5px 1px 5px;
font-size: 1em;

}

.button {
background: #2f2f2f;
border: 1px solid #cdcdcd;
padding:2px;
}
.button:hover {
background: #7293c9;
border: 1px solid #cdcdcd;
padding:2px;
}

input:hover 
{

background: #7293c9;
font-size: 1em;

}	
textarea 
{

font-family:Arial, sans-serif;
font-size: 1.1em;
border: 1px solid #cdcdcd;
color: #ffffff;
padding: 2px 5px 1px 5px;
width: 450px;
background: #96b4e4;

}