* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:left; 
background: url('images/bg.jpg');
background-position: 0px 100%;
} 

body, div, table {
font-family: 'Comic Sans Ms'; 
font-size:12px; 
color:#000000;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 1102px;
}

#content {
	padding: 5px;
}


h1 {
color: #b71865;
border-bottom: 4px solid #1b90b1;
font: bold 14px 'Comic Sans MS'; 
text-align: left;
padding-left: 10px;
padding: 5px;
}

h2 {
color: #cc6600;
border-bottom: 2px solid #76a139;
font: bold 12px 'Comic Sans MS'; 
padding: 2px;
padding-right: 10px;
text-align: right;
}

 
a {cursor: hand; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#cc6600;}
a:hover{ color:#000000; text-decoration:underline; }
a:active { color:#cc6600;}


blockquote {
	font: normal 10px 'Comic Sans MS'; 
	background: #FFFFFF;
	text-align: justify;
	color: #666666;
	border: 2px solid #d7bb22;
	padding: 15px;
	margin: 15px;

}


textarea, input, select, button, submit {
	font: normal 10px 'Comic Sans MS'; 
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #d7bb22;
	padding:5px;
}

img {
       border: 0px;
       margin: 0px;
}

a img{
        background: #FFFFFF;
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
 
	filter:alpha(opacity=100);
        opacity:1;
} 

a:hover img {
        background: #FFFFFF;
        padding: 4px;
        -moz-border-radius:  3px; 
        -webkit-border-radius: 3px; 
        border-radius: 3px;
        filter:alpha(opacity=70);
        opacity:0.7;
}

a img#link  {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}
a:hover img#link {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}

b { color: #cc3333;}

i { color: #59598d; }

u { color: #8fc248;}

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE:bull;}


.clearing {
clear:both;
}