/*Elements*/
body		{text-align: center; margin: 0px; background-color: #53196f; background-image: url(/images/base/sass_bg.jpg); background-position: bottom left; background-repeat: repeat-x; color: #53196f; font-family: Verdana, Arial, Helvetica,San-Serif; font-size: 0.75em; line-height: 1.75em;}
html		{min-height: 100%; height: auto;}
form		{margin: 0px;}
a img 		{border: 0px;}
h1		{font-size: 1em; font-weight: bold; margin: 0px;}

a, a:active, a:visited				{text-decoration: none; color: #830a4b;}
a:hover, a:active:hover, a:visited:hover	{text-decoration: underline;}

/*Layout*/
#container 	{min-height: 600px; border: solid 11px #724e9f; border-top: solid 34px #724e9f; background-color: #ffffff; background-image: url(/images/base/sass_swirls.gif); background-position: bottom left; background-repeat: no-repeat; margin-right:auto; margin-left:auto; text-align:left; width: 727px;}
#topnav		{min-height: 27px; padding: 7px 5px 0px 275px; background-image: url(/images/base/nav_bg.jpg); color: #ffffff;}
#topnav a, #topnav a:active, #topnav a:visited				{text-decoration: none; color: #ffffff;}
#topnav a:hover, #topnav a:active:hover, #topnav a:visited:hover	{text-decoration: underline;}
#topimageright	{width: 537px; height: 219px; float: right;}
#leftnav	{width: 140px; float: left; padding: 20px 5px 150px 10px;}
#content	{width: 527px; float: right; padding: 20px 20px 20px 10px;}
#bottom		{width: 727px; height: 34px; border-left: solid 11px #724e9f; border-right: solid 11px #724e9f; background-color: #724e9f; margin-right:auto; margin-left:auto; text-align: right; font-size: 0.8em;}
#bottom a, #bottom a:active, #bottom a:visited				{text-decoration: none; color: #53196f;}
#bottom a:hover, #bottom a:active:hover, #bottom a:visited:hover	{text-decoration: underline;}

/*Useful*/
.clearboth	{clear: both;}
.floatright	{float: right;}
.floatleft	{float: left;}
.pinktxt	{color: #830a4b;}

/*Admin*/
#adminpagecontent{width: 560px; float: right; padding: 20px 20px 20px 10px;}
.row2		{background-color: #f3bfdb; padding: 5px;}
.row1		{background-color: #cec1dd; padding: 5px;}
.b		{font-style: italic;}