/* AmberDust CSS Document */
html, body {
		margin: 0em;
		text-align: center;
		background: url(images/bg-repeat.jpg) repeat;
		background-attachment: fixed;
		color:#432548;
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 16px;
		width: 100%;
}
#wrapper {
		margin: 0 0 0px auto;
		text-align: center;
		width: 1200px;
}
#left {
	left: 0px;
	float: left;
	background image: url(images/bg-left-repeat.jpg) repeat;
	width: 360px;
	height: 900px;
	position: fixed;
}
#main {
	text-align: center;
	padding-left: 360px;
	padding-top: 20px;
	float: left;
}
#content {
	text-align: left;
	float: left;
	padding-left: 360px;
	padding-top: 20px;
}
#left-column {
	width: 200px;
	float: left;
}
#right-column {
	padding-left: 40px;
	float: right;
	width: 380px;
	text-align: left;
}
#flashcontent {
		padding: 0px;
		margin:0px;
}

/* Links */

a:link { 
		color: #432548;
		text-decoration: underline;
} 
a:active { 
		color: #6f98a2;
		text-decoration: none;
		text-decoration: underline;
} 
a:visited { 
		color: #432548;
		text-decoration: none;
		text-decoration: underline;
} 
a:hover { 
		color: #6f98a2;
		text-decoration: none;
		text-decoration: underline;
} 
