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

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

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

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

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

#nav a {
	font-family:			Arial;
	font-size:				1em;
	padding:				0px;	
}

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

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

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

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

#content .hiddenLink {
	font-family:			Arial;
	font-size:				1em;
	font-weight:			normal;
	color:					#252525;
	text-decoration:		none;
}

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

#content a:visited {
    color:                  #000;
    text-decoration:        none;    
}
#content {
		color:				#252525;
		font-family:		Arial;
		font-size:			.9em;
		line-height:		1.3;
		width:          	400px;
		height:				auto;
		min-height:			350px;
        float:          	left;
		margin-top:			-10px;
		margin-left:		20px;
}

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

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

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

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

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

#right a:visited {
    color:                  #000;
    text-decoration:        none;    
}

#characters {
	color:					#000;
	font-family:			Times;
}

#characters a {
	color:					#660000;
	font-family:			Times;
	font-size:				1em;
	font-weight:			normal;	
}

#characters a:visited {
    color:                  #000;
    text-decoration:        none;    
}

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

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

#smf {
	font-family:			courier;
	
}