/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td,  {margin: 0; padding: 0;}

body	{font-size: 70.5%; font-family: Arial; sans-serif; color:#333333;}

html			{overflow-y: scroll;}
html, body 		{height: 100%;}


.inside {padding: 10px;}

p	{font-size: 1.1em; line-height: 1.7em; margin: 0 0 10px 0; text-align: justify}
a	{color:#333333; outline: none;}
a:hover	{text-decoration: underline; color:#999999;}

img{border:0px;}

#page{
 margin:0px auto;/* center the div*/
 width:960px; 
 background-color:#CCCCCC; /* Temporal */
}

#header{
 	width:960px;
 	float:left;
 	background-color:#73c5e1; /* Temporal */ 
}

/* Hide from IE5-Mac \*/
#header{
 	width:960px;
 	float:left;
 	background-color:#73c5e1;
	}
	
/* End hide */

#page_body{
   width:960px;
   float:left;
   background-color:#669999;
    background-image:url(../images/page-body-bg.jpg);
 background-repeat:repeat-y;
}

body{
 margin:0px;
 padding:0px;
 background-image: url(../images/body-bg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 
 background-color:#FFFFFF;
}

#header{
 width:961px;
 height:436px;
 float:left;
 margin-left: -1px;
 
 background-image:url(../images/header-bg.jpg);
 background-repeat:no-repeat; 
}

#page_body{
 width:960px;
 float:left;
 
 background-repeat:repeat-y;
 background-color:#FFFFFF;
}

#content{
 width:640px;
 float:left;
 
 background-color:#FFFFFF;
 padding-bottom: 20px;
 }
 
 #sidebar{
 width:320px;
 float:left;
 
 background-color:#FFFFFF;
}

#content{
 width:640px;
 float:left;
 background-image:url(../images/content-bg.jpg);
 background-repeat:no-repeat;
}
 
 #sidebar{
 width:320px;
 float:left;
 background-image:url(../images/sidebar_bg.jpg);
 background-repeat:repeat-y;
}


/* Footer */
#footer					{height: 150px; background: #73c6e0 url(../images/footer-bg.jpg) repeat-x scroll; padding-top: 20px; float: left; width: 100%;}
#footer-inside			{width: 960px; margin: 0 auto;}

#push			{height: 150px; margin-right: 315px;}


ul#pages_nav{
width: 700px; 
float: left; 
margin-left: -19px; 
margin-top: 0px;
}

ul#pages_nav li	{display: inline; margin-top: -17px;}
ul#pages_nav li a {text-transform: uppercase; text-decoration: none; color:#FFFFFF; padding-right: 0px; margin-top: -3px; margin-right: -3px;}

#footer_container	{float: left; margin-left: 120px;}

ul#footer_nav	{width: 960px; float: left; margin-top: 50px; margin-left: 0px;}
ul#footer_nav li	{display: inline;}
ul#footer_nav li a {text-transform: uppercase; text-decoration: none; color: #333333; padding-right: 18px; margin-top: -3px; font-weight: bold;}
ul#footer_nav li a:hover {text-decoration: underline;}

