@import url("content.css");
@import url("navigation.css");
/* CSS Document */
* {
margin:0;
padding:0;
}

html {
height:100%;
}

p {
color:#4C5252;
font-size:.75em;
margin:0;
}

a {
outline:none;
color:#0E80BE;
}

h1,h2,h3,h4 {
margin:0;
}

img {
border:none;
}

body {
font-family:Arial, Helvetica, sans-serif;
background:#fff;
}

#wrapper {
width:100%;
height:100%;
}

#container {
position:relative;
width:100%;
min-width:800px;
margin:auto;
}

#header {
position:relative;
background:url(../images/bg_header.jpg) repeat-x;
width:800px;
overflow:auto;
margin:auto;
}

.navigation {
width:800px;
overflow:auto;
float:left;
padding: 5px 0 0 0;
}

#content {
position:relative;
width:800px;
overflow:auto;
margin:auto;
}

#footer {
position:relative;
background:#fff; 
width:100%;
height:125px;
margin:0;
}

/*----------[content info]------------*/
.wrap_header {
position:relative;
background:#fff url(../images/bg_header.gif) repeat-x;
width:100%;
}

.wrap_cnt {
position:relative;
background:#fff url(../images/bg_top_ctn.gif) repeat-x;
width:100%;
padding-bottom:10px;
}

.wrap_cnt_home {
position:relative;
background:#fff url(../images/bg_home.gif) repeat-x;
width:100%;
}


.wrap_cnt_osc {
position:relative;
background:#fff url(../images/bg_top_ctn.gif) repeat-x;
width:100%;
padding-bottom:10px;
}
.wrap_cnt_osc a[href^="http://"] {
background:none;
padding-right:0;
}
.wrap_cnt_osc a[href^="http://"]:hover{ 
background:none;
padding-right:0;
}
.tsponsor {font: 20px Georgia, Serif bold;color:#18307b; font-variant:small-caps; border-bottom: 1px solid #CCCCCC; margin:3px auto 3px auto; width:90%;}

