@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #484b4e;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-size: 20px;
	color: #666666;
	font-family: "Monotype Corsiva";
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #efede1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
} 
.twoColFixLtHdr #container #header img {
}

.twoColFixLtHdr #container #mainContent #dragon {
	float: left;
	width: 200px;
}
.twoColFixLtHdr #container #mainContent #content {
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.twoColFixLtHdr #header {
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	height: 310px;

} 
.twoColFixLtHdr  #container  #mainContent  #photos img {
	padding: 10px;
}
.twoColFixLtHdr #container #mainContent #photos a  img {
	padding: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.twoColFixLtHdr #container #header #logo {
	float: left;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	background-color: #efede1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #484B4E;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixLtHdr #container #mainContent #content img {
	border: thin solid #811414;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	background-image: url(images/bgmenu.gif);
	height: 58px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 230px;
}
#menu a {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bolder;
}
#menu a:link {
	color: #333333;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
	text-decoration: none;
}
#menu a:active {
	color: #990000;
	text-decoration: none;
}
#menu a:visited {
	color: #333333;
	text-decoration: none;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: inline;
}
#menu img {
	text-decoration: none;
	background-position: center center;
	vertical-align: middle;
}
#footer p {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer  a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer  a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer  a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;


.twoColFixLtHdr #container #mainContent #photos a  img {
	padding: 10px;
}

#content img {
	border: 1px solid #811414;
}
.links a {
	text-transform: uppercase;
}
.links p {
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
.links td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #811414;
}
