/*
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 ;
	text-align: justify;
}

body, input, textarea, select {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #cc0033;
}

h1 {
	font-size: 2.0em;
		font-weight:normal
}

h2 {
	font-size: 1.6em;

}

h3 {
	font-size: 1.3em;
}
h4  {font-size: 1.1em;
}

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: #cc0033;
}

a:hover {
	text-decoration: none;
}


img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
    background: #858585 url(images/img02a.jpg) repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 170px;
	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/img04bnew.jpg) repeat-y;
}

/* Blog */

#blog {
	float: left;
	width: 424px;
	padding: 30px 0px 0px 30px;
	
}
#menu  { width:200px;
        background-color: #cc0033;
		
}
/* Post */

.post {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post .title {
	margin-bottom: 15px;
	margin-top:20px;
	padding-left: 15px;
	border-bottom: 1px solid #cc0033;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration:none;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 5px 5px 10px 5px;
	line-height: 1.4em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 5px 0px 0px 0px;
	margin-right:10px;
	color:#ffffff;
	border-left:5px solid #cc0033;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}
 
#sidebar li {
	margin-bottom: 5px;
		color:#ffffff;

}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	color:#ffffff;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#p7ABt1_1 {color:#ffffff;
}

#sidepic1 {margin-right:25px;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
	padding-left: 20px;
}

#search #inputtext1 {
	width: 160px;
	margin-bottom: 10px;
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	padding-top: 0px;
	
	background: url(images/img09a.jpg) no-repeat;
	border-top: 3px solid #cc0033;
}

#footer p {
	margin: 0;
	
	text-align: center;
	font-style:italic;
	font-size: 9px;
	color: #cc0033;
}

#footer a {
	color: #cc0033;
}
#contact {width:400px;
          margin-left: 30px;
		  font-size:14px; 
		  font-weight:700;
}
#icon   {margin-left:175px;
}
#guide  {margin-left:80px;
         font-size:16px;
		 font-weight:700;
}
.title   {font-size: 10px;
          line-height:120%;
}
