*{
margin:0;
padding:0;
}

body{
background-color:#574A22;
}


/* everything about header starts here*/

#wrapper{
width:980px;
overflow:hidden;
float:left;
text-align:center;
}

/* everything about header starts here*/
#header{
text-align:right;
width:100%;
height:7.5em;
background-color:#282620;
border-bottom:solid 0.1em;
border-bottom-color:#15130D;
border-top:solid 0.1em;
border-top-color:#3C3622;
border-right:solid 0.1em;
border-right-color:#3C3622;
float:left;
padding-top:5em;
}

h1{
font-size:45px;
color:#FFFFFF;
font-family:"Kozuka Gothic Pro EL", "Myriad Pro",  Arial, Helvetica, sans-serif;
font-weight:100;
padding-right:2.5em;
}

h2{
font-size:18px;
color:#B8AD85;
font-family:"Kozuka Gothic Pro EL", "Myriad Pro",  Arial, Helvetica, sans-serif;
font-weight:100;
padding-right:6.5em;
}

/* everything about header ends here*/

/* everything about menu starts here*/
#menu{
text-align:left;
width:100%;
padding:0.5em;
background-color:#A68D42;
border-top:solid 1px;
border-top-color:#BDA457;
border-bottom:solid 1px;
border-bottom-color:#8C7737;
border-right:solid 1px;
border-right-color:#8C7737;
float:left;
}

h3{
font-size:11px;
color:#201E13;
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
}

#menu a:link {
color:#13120F;
text-decoration:none;
}

#menu a:visited {
color:#13120F;
text-decoration:none;
}

#menu a:focus {
color:#13120F;
text-decoration:none;
}

#menu a:hover {
color:#990000;
text-decoration:none;
}

#menu a:active {
color:#13120F;
text-decoration:none;
}

/* everything about menu ends here*/


/* everything about content starts here*/
#content{
text-align:justify;
width:650px;
background-color:#FFFFFF;
float:left;
padding:2em;
margin-right:1em;
}

h4{
font-family:"Kozuka Gothic Pro EL", "Myriad Pro",  Arial, Helvetica, sans-serif;
font-size:30px;
color:#CC0000;
font-weight:100;
}

#content p{
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
font-size:12px;
color:#685F3C;
}


#content a:link {color:#B8AD85;
text-decoration:none;
}

#content a:visited {color:#B8AD85;
text-decoration:none;
}

#content a:focus {color:#B8AD85;
text-decoration:none;
}

#content a:hover {color:#CC0000;
text-decoration:none;
}

#content a:active {color:#B8AD85;
text-decoration:none;
}

/*this makes the images floats to the right*/
.floatright {
float:right;
padding:2em;
margin-left:1em;
background-color:#E9E6DA;
}

/*this makes the images floats to the left*/
.floatleft {
float:left;
padding:2em;
margin-right:1em;
background-color:#E9E6DA;
}

/* everything about content ends here*/

/*everything about sidebar starts here*/
#sidebar{
width:980px;
background-color:#B8AD85;
text-align:justify;
float:left;
border-right:solid 1px;
border-right-color:#CBC4A5;
}

h5{
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
font-size:12px;
color:#282620;
}

/*this gives the padding to the text in content*/
#block {
padding:1.5em;
border-top:solid 1px;
border-top-color:#CBC4A5;
}

#block p{
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
color:#282620;
font-size:10px;
}

#block a:link {
color:#990000;
text-decoration:none;
}

#block a:visited {
color:#990000;
text-decoration:none;
}

#block a:focus {
color:#990000;
text-decoration:none;
}

#block a:hover {
color:#CC0000;
text-decoration:none;
}

#block a:active {
color:#990000;
text-decoration:none;
}
/*everything about sidebar ends here*/

/*everything about footer starts here*/
#footer{
width:100%;
height:40px;
background-color:#282620;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
clear:both;
}

.line1, .line2, .line3, .line4{
font-size:1px; 
overflow:hidden; 
display:block;}

.line4{
height:1px; 
background:#282620; 
margin-left:0; 
margin-right:5px;}

.line3{
height:1px; 
background:#282620; 
margin-left:0;
margin-right:3px;}

.line2{
height:1px; 
background:#282620;
margin-left:0; 
margin-right:2px;}

.line1{
height:2px; 
background:#282620; 
margin-left:0; 
margin-right:1px;}


#footer a:link {
color:#FFFFFF;
text-decoration:none;
}

#footer a:visited {
color:#FFFFFF;
text-decoration:none;
}

#footer a:focus {
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover {
color:#CC0000;
text-decoration:none;
}

#footer a:active {
color:#FFFFFF;
text-decoration:none;
}
#footer p{
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

/*everything about footer ends here*/
.italics {
font-style:italic;
}

.red {
color:#CC0000;
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}

a:focus {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#CC0000;
text-decoration:none;
}

a:active {
color:#FFFFFF;
text-decoration:none;
}

p {
color:#B8AD85;
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
font-size:10px;
}

