/* Global Styles */
body {
	margin:0px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing:0.1em;
}
	
	
a {
	color: #CC3300;
	text-decoration:underline;
}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
}

h1 {
    color: #CC3300;
    font-weight: normal;
}

h2 {
    color: #CC3300;
    font-weight: normal;
}

img.gallery-thumb {
    padding: 1em;
    border: 1px solid red;
    margin: 1em;
}

img.floatright{
    float: right;
}

table { 
    border-spacing: 0px; 
}

td, th { 
    text-align: left;
    font-size: 12px;
    vertical-align: top;
    padding: 1em;
}

/* ID Styles */
#header {
border-bottom: 2px solid red;
}

#subheader {
    text-align: right;
}

#footer {
border-top: 1px solid gray;
font-size: 10px;
text-align: center;
clear: both;
}

#container {
border-top: 1px solid red;
margin-top: 2px;
}

#content {
    float: left;
    width: 50em;
    border-left: 1px solid red; 
    padding: 1em;
}

#sidebar {
    float: left;
    width: 15em;
}
#navigation {
    float: left;
    width: 10em;
    /*margin-top: 1em; */
}

#navigation a {
	color: #999999;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-bottom: 1px solid #999999;
	border-right-width: 0px; 
	border-left-width: 0px; 
}
	
#navigation a:hover {
	color:#FF0000;
	border-bottom: 1px dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
    /*font-size: 1.2em; */
}
	
#navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
