/* CSS Document */

body {
background-color: #4271a5; /*blue print blue*/
color:#000;
font-size:95.1%;
font-family:"Comic Sans MS", Arial, sans-serif;
background-image:url(images/bg_blue_print_seamless.jpg);
background-repeat:repeat;
}

ol li {
padding:4px 0px;
}

h1 {
font-size:125%;
color:#000066;
}

h3 {
font-size:105%;
}

#wrapper {
margin:15px auto;
width:900px;
border:2px solid #fff;
background-image:url(images/bg_blue_print_seamless80.jpg);
background-repeat:repeat;
}

#inner_wrapper {
position:relative;
margin:50px;
border:3px solid #4271a5; /*blue print blue*/
background-color:#fff;
}

#header {
background-color:#fff;
}

#nav {
text-align:center;
background-color:#4271a5; /*blue print blue*/
color:#fff;
}

#content {
margin:0px;
padding: 0px 20px;
background-color:#fff;
}

#footer {
font-size:90%;
text-align:center;
color:#FFFFFF;
padding:5px 7px;
}

a, a:link {
color:#333;
text-decoration:underline;
}

a:visited {
color:#fe9900; /*orange*/
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#ff9900; /*orange*/
text-decoration:underline;
}

.bold {
font-weight:bold;
font-size:105%;
}

.red {
color:#990000;
}

.small {
font-size:80%;
}


