/*-----------------------------------------------------------------------------
	HTML Elements
-----------------------------------------------------------------------------*/

/* Remove padding and margin */

* {
	margin:0;
	padding:0;
	border:0;
}

    input[type="text"]:focus {
      border: 1px solid #f00;
    }


/* Clear floated elenents	 */

.clear {
	clear:both;
}

body {
	font:95%/1.5 Arial, Helvetica,"Helvetica Neue", Geneva, sans-serif;
	color: #707070;
	background-color:#fff;
	 font-weight: normal;
}

#container {
	width:752px;
	margin:0 auto;
}

/*-----------------------------------------------------------------------------
	Typography
-----------------------------------------------------------------------------*/
	
h1 
    { 
    font-size: 2em; 
} 
     
h2 
    { 
    font-size: 2.0em;
    color:#7DA218;
    letter-spacing:-1px;
} 
     
h3 
    { 
	font-size: 0.7em; 
} 
     
h4 
    { 
	font-size: 0.8em;
    font-weight:normal;
} 
     
h5 
    { 
    color: #7da218; 
    font-size:0.9em;
    font-weight:bold;
	padding-top: 15px;

} 
     
p 
    { 
    font-weight: normal;
	font-size:1.0em;
	padding-bottom: 15px;
 
}

li
    { 
    font-size: .95em;
} 

a
    { 
    text-decoration: none; 
    color: #999999;
} 

/*-----------------------------------------------------------------------------
	Main Sections
-----------------------------------------------------------------------------*/

	
/* Header 
-----------------------------------------------------------------------------*/ 

#header {
	text-align:right;
	margin: 10px 0px;
	background:url(logo.jpg) no-repeat;
	padding-top:65px;
}

#header ul {
	margin:0 0 5px;
}

#header ul li {
	list-style:none;
	display:inline;
	margin-left:20px;
}

#header a {
	text-decoration:none;
	font-weight:bold;
}

#header a:hover {
	color:#7DA218;
	text-decoration:underline;
}

/* Main 
-----------------------------------------------------------------------------*/ 

#main {
	text-align:left;
	margin-bottom: 25px;
}

#content p,h2 {
	margin-bottom: 5px;
	padding-right:240px;
}

#sidebar {
	width:225px;
	float:right;
	margin: 0px 0px 30px 15px;
	text-align:right;
}

/* Footer 
-----------------------------------------------------------------------------*/ 

#footer {
	margin:10px auto 0;
	height:20px;
	text-align:center;
	color:#bebebe;
	width:100%;
	font-weight: normal;
}
textarea {
	border: thin solid #666;
}

