body {
        background-color:       #000;
		text-align:				center;
		
}

#container {
        background:     url("../images/castlesmid.jpg") repeat-y;
        width:          800px;
		margin-left:	auto;
		margin-right:	auto;
		text-align:		left;
		
}

#header {
        height:         50px;
        background:     url("../images/castlestop.jpg") no-repeat;
        
}

#footer {
        background:     url("../images/castlesfoot.jpg") no-repeat;
        height:         70px;
        clear:          both;
}

#nav {
        width:			130px;
        float:			left;
		padding-left:	10px;
}

#nav a {
	font-family:			Garamond;
	font-size:				1.1em;
	padding:				0px;	
}

#nav a:link {
    color:                  #ccc;
    text-decoration:        none;
}

#nav a:visited {
    color:                  #ccc;
    text-decoration:        none;    
}

#nav a:hover {
    color:                  #fff;    
    font-weight:			bold;
	text-decoration:        none;    
}

a:hover {
	font-weight:			bold;
}

a {
	font-family:			Arial;
	font-size:				1em;
	color:					#660000;
	text-decoration:		none;
}

#content a {
	font-family:			Arial;
	font-size:				1em;
	font-weight:			bold;
	color:					#660000;
	text-decoration:		none;	
}

#content {
		color:				#252525;
		font-family:		Arial;
		font-size:			.9em;
		width:          	420px;
		height:				auto;
		min-height:			350px;
        float:          	left;
		margin-top:			-12px;
		margin-left:		20px;
}

#content h1 {
	color:					#000;
	font-family:			Garamond;
	font-size:				1.5em;
	font-style:				bold;
}

#content h2 {
	color:					#000;
	font-family:			Garamond;
	font-size:				1.1em;
	font-style:				bold;
}

#right {
	color:					#252525;
	font-family:			Arial;
	font-size:				.9em;
	width:					140px;
    float:					right;
	margin-top:				-10px;
	margin-left:			30px;
}

#right h2 {
	color:					#000;
	font-family:			Helvetica;
	font-size:				1em;
	font-style:				bold;
}

#right a {
	color:					#fff;
	font-family:			Arial;
	font-size:				1em;
	font-weight:			bold;
}

#legal {
    color:					#fff;
    font-family:			Arial;
    font-size:				.7em;
}

.textImageAndCaption {
	clear:					both;
	float:					left;
	font-family:			arial;
	font-size:				x-small;
	padding-right:			7px;
}
