
/*---------------------------------------------------------------------------------
Global Tags
---------------------------------------------------------------------------------*/

body {
	background: #446644 url(images/1050.jpg) 0px 0px no-repeat;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #222222;
}
#header {
background: transparent;
background-repeat: no-repeat;
width: 700px;
margin: 20px 70px;
}

A:link {color: #446666; text-decoration:none; font-weight:bolder}
A:hover {color:#FF0000; text-decoration:none; font-weight:bolder}
A:visited {color: #446666; text-decoration:none; font-weight:bolder}
A,TR,TD,DIV {font-family: Verdana; text-decoration:none;}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul, li {margin:0px;
padding: 2px;
display: list-item;list-style-type: disc;list-style-position: outside;list-style-image: none;

}

code {margin-left: 20px;
margin-right: 20px;margin-top: 0px;margin-bottom:: 0px;
padding: 0px;

}

/*---------------------------------------------------------------------------------
Div Tags
---------------------------------------------------------------------------------*/
#gallery {background:#CCEEDD;
width:160px;
margin-left: 20px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
padding: 3px;
position:fixed;}

#content {background:#CCEEDD;
 width:620px;
 height:100%;
margin-left: 10px;
margin-right: 5px;
padding: 3px;
}

.red {
color: #FF0000;
font-weight: bold;
}