/*
/	My Website name
/
/	1. Setup site layout
/
/	2. Form Styles
/

/
*/

/*------------------
/	- Site Layout
/------------------*/

body
{
    font: 80% Arial, Sans-Serif;
    line-height: 1.8em;
    background: #515151;
    color: #444;
    margin: 0;
    padding: 0;
    background-image: url(../images/framework/bk_body.gif);
    background-repeat: repeat-x;
}
#header
{
    border: 1px dotted #778891;
    background-color: #b6cad4;
    background-image: url(../images/framework/bk_header.gif);
    background-repeat: repeat-x;
    height: 80px;
    margin-bottom: 10px;
	 padding: 10px 0 5px 10px;
}
#header h1
{
    color: #595959;
    font-family: Georgia,Times,serif;
    font-size: 5em;
    font-weight: normal;
    font-size: 3.2em;
	 margin-bottom:0;
    
}

#header p{
	margin:0 0 0 5px;
	padding:0;
	font-size:11px;
}


#container
{
    padding: 10px 10px 3px 10px;
    width: 760px;
    margin: 20px auto;
    background: #F3F5E0;
}

#left
{
    float: left;
    width: 180px;
    background-color: #b6cad4;
    border: 1px dotted #778891;
}
#left ul
{
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
    width: 100%;
}

#left ul li
{
    text-decoration: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

#left ul li a
{
    display: block;
    padding: 4px 2px 4px 15px;
    color: #595959;
    text-decoration: none;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	 
	
}

#left ul li a.selected
{
    display: block;
    padding: 4px 2px 3px 15px;
    border-bottom: 1px solid #D3D3D3;
    background-color: #F3F5E0;
    color: #595959;
    text-decoration: none;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	 
	  background-image:	url(../images/framework/bk_nav-on.gif);
	 background-repeat: 	no-repeat;
	 background-position:6px 14px;
}

#left ul li a:hover
{
    display: block;
    padding: 4px 2px 3px 15px;
    border-bottom: 1px solid #D3D3D3;
    background-color: #F3F5E0;
    color: #595959;
    text-decoration: none;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	 
	  background-image:	url(../images/framework/bk_nav-on.gif);
	 background-repeat: 	no-repeat;
	 background-position:6px 14px;
}

#right
{
    float: right;
    width: 550px;
    padding: 0 10px 10px 7px;
    line-height: 1.5em;
    border-left: 1px solid #ccc; ;
}

#footer
{
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #ccc;
}

#footer-text
{
    font: 11px Arial, Sans-Serif;
    padding: 10px 5px;
}

#footer-text a
{
    text-decoration: underline;
}

#footer-text a:hover
{
    text-decoration: none;
}




/*------------------
/	- Text Styles
/------------------*/

a
{
    color: #778891;
    text-decoration: underline;
	 outline:none;
}

a:hover
{
    color: #778891;
    text-decoration: none;
}
h1
{
    font-family: Georgia,Helvetica,Sans-serif;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 10px 0 3px;
}

p
{
    margin: 5px 0 20px 0;
}

.split
{
    clear: both;
}



