@import url("base.css");
@import url("fonts.css");

body {
	margin: 0px auto 0px;
	padding: 0px;
    background: #cccccc url("/images/bkgd_black.png") repeat-x;
    font-family: Droid Sans, verdana, sans-serif; 
    font-size: 90%;
    color: #333333;
}

#header {
    width: 993px;
    height: 391px;
    min-width: 993px;
    min-height: 391px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

#main {
    width: 853px;
    height: 100%;
    min-width: 853px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

#main_content {
    padding: 20px;
}

#footer {
    width: 853px;
    margin: auto;
    background-color: #ffffff;
}

#footer_nav {
    width: 834px;
    height: 48px;
    margin: auto;
}

a { 
	color: #0068cb;
	text-decoration: none; 
}

a:hover { 
	color: #7cccff;
	text-decoration: underline;
}

a img {
	border: none;
}

.title01 {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #000000;
}

.title01_green {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #39b249;
}

.title01_blue {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #0100fb;
}

.title01_pink {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #d21358;
}

.title01_orange {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #f45a26;
}

.title01_light_blue {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #2da9e5;
}

.title01_light_blue {
    font-family: GraublauWeb;
    font-size: 170%;
    font-weight: bold;
    text-shadow: 2px 2px 4px #ccc;
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
    margin-bottom: 10px;

    color: #2da9e5;
}

#text_home {
    margin-top: 15px;
    padding-bottom: 20px;
}

#img_bryant {
    float: right;
    padding-left: 15px;
}

.spacer_vert20 {
    padding-top: 20px;
}

.spacer_vert30 {
    padding-top: 30px;
}

.spacer_vert50 {
    padding-top: 50px;
}

