* {
    margin: 0px;
    padding: 0px;
}

html, body {
    margin: 0px;
    padding: 0px;
    background-color: #e9e9e9;
    color: #3c3c3c;
    font-family: Arial, Helvetica, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.center {
	text-align: center;
}

td {
    font-size: 12px;
    line-height: 1.6em;
}

img {
    border: 0px;
}

.align_left {
    float: left;
}

.align_right {
    float: right;
}

#page {
    width: 930px;
    margin: 0px auto;
}

#frame_background {
    width: 930px;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
}

#frame_header {
    width: 930px;
    margin: 0px 0px 0px 0px;
    padding: 44px 0px 0px 15px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
    text-align: left
}

#frame_feed {
    width: 900px;
    height: 56px;
    margin: 0px 15px 2px 15px;
    background-image: url(../images/bg_feed.gif);
    background-repeat: repeat-x;
}

#tickerbanner {
    width: 587px;
    height: 44px;
    background-image: url(../images/bannerticker.jpg);
    background-repeat: no-repeat;
    float: right;
    margin-right: 15px;
    margin-top: -44px;
}

#frame_banner {
    margin: 0px 0px 4px 15px;
}

#frame_navigation {
    margin: 0px 0px 2px 15px;
    background-image: url(../images/nav_bg.gif);
    background-repeat: repeat-x;
    height: 47px;
    width: 900px;
}

#frame_navigation li {
    text-decoration: none;
    display: block;
    font-size: 12px;
    float: left;
    width: auto;
    min-width: 10px;
    height: 47px;
    margin: 0px 15px 7px 15px;
    text-align: center;
}

#frame_navigation li:hover {
    background-image: url(nav_bg2.gif);
    background-position: center;
}

#frame_navigation li a {
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    height: 30px;
    padding: 12px 6px 0px 6px;
}

#frame_center {
    margin: 15px 15px 0px 15px;
    padding: 0px 0px 20px 0px;
}

#frame_sidebar {
    width: 200px;
    margin: 0px 20px 0px 0px;
    float: left;
}

#frame_content {
    width: 650px;
    float: right;
	padding-right: 20px;
	page
}

#frame_content p {
    padding: 0px 0px 15px 0px;
    font-size: 12px;
    line-height: 1.6em;
}

#frame_content ul {
    padding-left: 40px;
}

#frame_content li {
    font-size: 12px;
    line-height: 1.6em;
}

#contact_dropdown select {
    width: 210px;
}

#frame_content h1 {
    color: #a90000;
    padding: 0px 0px 0px 0px;
}

#frame_content h3 {
    color: #bcbec0;
    padding: 0px 0px 15px 0px;
    margin: -5px 0px 0px 0px;
}

#sidebar_dropdown {
    text-align: center;
    padding: 10px 0px 25px 0px;
}

.sidebar_header {
    background-image: url(../images/sidebar.gif);
    background-repeat: no-repeat;
    color: #fff;
    width: 175px;
    padding: 10px 0px 0px 25px;
    height: 30px;
}

.sidebar_content {
    font-size: 12px;
    line-height: 1.4em;
    padding: 10px 20px;
}

#frame_content a {
    color: #384484
}

.sidebar_content a {
    color: #384484
}

.sidebar_content li {
    line-height: 2em;
    list-style: none;
}

.sidebar_content li a {
    color: #3c3c3c;
    text-decoration: none;
}

#frame_footer {
    width: 860px;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    padding: 5px 35px;
    height: 43px;
}

#footer_left {
    font-size: 11px;
    color: #fff;
    float: left;
}

#footer_right a {
    font-size: 11px;
    color: #fff;
    float: right;
    text-decoration: none;
    margin-top: 7px;
}

#notice {
    background-color: #384383;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
}

.calendar {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.calendar thead tr {
	background: #a90000;
}

.calendar table {
    margin: 10px;
    border: 1px solid #1a1a1a;
    border-collapse: collapse;
    margin: 0px auto;
	font-size: 12px;
}

.calendar th {
    color: #fff;
    padding: 5px;
}

.calendar td {
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    padding: 3px;
    width: 70px;
    height: 70px;
    border: 1px solid #1a1a1a;
}

#testimonials {
	color: #3e69b9;
}

#sponsors {
	width: 140px;
	height: 400px;
	float: right;
	position: relative;
	right: -30px;
	text-align: center;
} 

#sponsors .heading {
	background-image: url(http://www.globosoccerskills.com/images/sidebar.gif);
	background-repeat: no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	text-align: left;
}

fieldset {
	width: 90%;
	background: #ddd;
	padding: 15px;
	margin: 15px 0px;
}
