/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	
	background-color: #cccccc;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #7A5129;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

#wrapper {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 465px;
}

/* end of  layout */



/* highlight */

.highlight img {
	border: 5px solid #FAF5F0;
}

.highlight:hover img {
	border: 5px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of highlight */



/* global links */

a:link {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #9900CC;
	text-decoration: none;
}

a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

a:active {
	color: #FFFF00;
	text-decoration: underline;
}

/* end of global links */
