/*
Theme Name: Pro Fitness Inc. Custom Theme
Theme URI: http://www.profitnessinc.com
Description: A customized theme based on the default WordPress theme.
Version: 1
Author: Elizabeth Tucker Long
Author URI: http://www.treelinedesign.com/
Tags: custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #FFFFFF;
	color: #000000;
	}
#outer_container {
	background-color: white;
	text-align: left;
        width: 816px;
        margin: 0px auto 0px auto;
        padding: 0px;
	}

#header {
	background: #73a0c5 url('images/header.jpg') no-repeat bottom center;
	height: 228px;
	width: 816px;
        margin: 0px;
        padding: 0px;
	}
#container {
        background: #FFFFFF url('images/bg-right.jpg') no-repeat 100% 0%;
        width: 816px;
        margin: 0px;
        padding: 0px;
}
#content {
        position: relative;
        left: 198px;
        background: #FFFFFF;
        border: 3px solid #ef4135;
        width: 575px;
        margin: 0px;
        padding: 0px 5px 5px 5px;
        font-size: 12px;
}
#content-height {
        float: left;
        margin: 0px 0px 0px -2px;
        padding: 0px;
        height: 512px;
        width: 0px;
}
#content a, a:link, a:visited, a:active {
        text-decoration: none;
        color: #0000FF;
        font-weight: bolder;
}
#content a:hover {
        color: #0000FF;
        font-weight: bolder;
        text-decoration: underline;
}
#menu {
        position: absolute;
        top: 236px;
        background: #FFFFFF url('images/menu.jpg') no-repeat;
        width: 198px;
        height: 512px;
}
#sidebar {
        position: absolute;
        top: 20px;
        left: 45px;
        width: 120px;
        font-size: 13px;
}
#sidebar li {
        margin-bottom: 6px;
        list-style-type: none;
        list-style-position: outside;
}
#sidebar a, a:link, a:visited, a:active {
        text-decoration: none;
        color: #000000;
        font-weight: bolder;
}
#sidebar a:hover {
        color: #0000FF;
}
#clear {
        clear: both;
}
#footer {
        padding: 6px 0px 6px 0px;
        text-align: center;
}
#searchbox {
        width: 90%;
        margin: 0px 0px 8px 0px;
        padding: 0px 0px 0px 350px;
        color: #FFFFFF;
}