html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}
body {
line-height:1.5;
background:url("../images/bck.jpg") no-repeat scroll right bottom; background-attachment: fixed;
font-size:87.5%;
color:#333;
font-family: Comic Sans MS;
}

a:focus,a:hover {
color:#000;
}
a {
color:#009;
text-decoration:underline;
}

.top {
margin-top:0;
padding-top:0;
}
.bottom {
margin-bottom:0;
padding-bottom:0;
}
.container {
width:950px;
margin:0 auto;

}
.column {
float:left;
margin-right:10px;
}
.last {
margin-right:0;
}

.span-1 {
width:310px;
}

.span-2{
width:630px;
}

#header {
width:950px;
margin:0 auto;
padding: 1.5em 0 1.5em 0;
text-align: right;
background: #fff;
border:1px solid #cacaca;
border-width: 0 1px 0 1px;
position: relative;
}

#home #header {
width:950px;
margin:0 auto;
padding: 1.5em 0 1.5em 0;
text-align: right;
background:#dadada;
border:1px solid #dadada;
border-width: 0 1px 0 1px;
}

#navRight {
width: 110px;
margin: 0.75em;
padding: 0.75em;
background: white none repeat scroll 0% 50%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	opacity: 0.8; 
}
#navRight a{
color:black;
cursor:pointer;
text-decoration:none;
}
#navRight a:hover{
font-style:bold;
}

#navLeft {
	margin: 0.75em; 
	padding: 0.75em; 
	background: white none repeat scroll 0% 50%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	opacity: 0.8; 
	position: absolute; 
	left: 0px; 
	top: 0px;

}
#navLeft a{
color:black;
cursor:pointer;
text-decoration:none;
}
#navLeft a:hover{
font-style:bold;
}


#logo {

height:168px;
}
#logo img {
margin:0;
}
#nav {
width: 100%;
background: url("../images/bckmenu.gif") transparent;
height: 168px;
margin: 0 0 0 0;
opacity: 0.8;
 
}
#nav ul {
margin: 0;
font-weight:bold;

}
#nav li {
display:inline;

}
#nav ul a, #nav ul a:hover {
color:white;
cursor:pointer;
display:block;
float:left;
height:84px;
position:relative;
width:200px;
text-decoration: none;
font-size: 12px;
padding: 0 5px 0 5px;
text-align: left;
}
#nav ul a:hover {
background: white;
color: gray;
}

#nav ul a strong {
color:pink;
}
#nav ul a:hover strong {
color:#e96b98;
}
#nav ul strong {
position: relative;
display: block;
width: 200px;
font-size: 1.5em;
font-weight: normal;
margin-top:5px;
}

#footer {
margin: 1em 0 0 0;
padding: 1em 0 0 0;
text-align:center;
border-top: 1px solid #FFFFFF;
z-index:1;
}

#home #footer {
width:100%;
height:63px;
position:absolute;
bottom:0px;
background-color:#333;
color: #ddd;
opacity: 0.75; 
}
#home #header {
background: none;
border: 0px solid #fff;
}
#home #navRight {
opacity: 0.75; 
}

