* {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Hoefler Text", Baskerville, Georgia, Cambria,  Garamond, Times, "Times New Roman", serif;
}


body {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


div#frame {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-image: url(../images/header.png);
	width: 1000px;
	height: 253px;
}

div#topNavigation {
	background-color: #000000;
	height: 50px;
        padding-left: 2px;
}

div#topNavigation a {
	display: block;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
	font-size: 1.5em;
	text-transform: lowercase;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
}

div.subNavigation {
    display: none;
    position: absolute;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #000000;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;

}

div.subNavigation a {
    height: 20px !important;
    line-height: 20px !important;
    font-size: 1em !important;
    float: none !important;
    white-space: nowrap;
}

div#content {
    width: 900px;
    min-height: 400px;
    background-color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}

p {
    font-size: 1.2em;
    line-height: 1.3em;
}

h1 {
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 2.4em;
    font-weight: bold;
    text-transform: lowercase;
}

h2 {
    letter-spacing: 0px;
    line-height: 1.6em;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: lowercase;
}

h3 {
    letter-spacing: 0px;
    line-height: 1em;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: lowercase;
}

a {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #000000;
}

div#left {
    float: left;
    width: 425px;
    margin-right: 25px;
}

div#right {
    float: left;
    width: 425px;
    margin-left: 25px;
}

ul {
    margin-left: 15px;
}

li {
    list-style-type: circle;
}

b {
    font-size: 1em;
}

i {
    font-size: 1em;
}


img.left {
    float: left;
    padding-right: 20px;
}

img.right {
    float: right;
    padding-left: 20px;
}




div.blogEntry {
    background-color: #dc8c0e;
    border: 1px solid #dddddd;
    padding: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 3px;
}

div.blogEntryName {
    width: 65%;
    float: left;
    padding: 0px;
    margin: 0px;
}

div.blogEntryInfo {
    width: 35%;
    float: left;
    text-align: right;
}