/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }
a:link     { color: #AAAAAA; font: 14px Arial, Helvetica, sans-serif; text-decoration: none; font-weight:bold;}
a:visited     { color: #AAAAAA; font: 14px Arial, Helvetica, sans-serif; text-decoration: none;font-weight:bold;}
a:active     { color: #AAAAAA; font: 14px Arial, Helvetica, sans-serif; text-decoration: none;font-weight:bold;}
a:hover     { color: #EB008C; font: 14px Arial, Helvetica, sans-serif; text-decoration: underline;font-weight:bold;}

.footer { 
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 18px;
		color: #AAAAAA;
		font-weight:normal;
		}


.smallnav
		{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #000000;
		font-weight:normal;
		}
	
a:link.smallnav
		{
		font-family: Arial, Helvetica, Sans-Serif; 
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
		}

a:active.smallnav
		{
		font-family: Arial, Helvetica, Sans-Serif;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		}

a:visited.smallnav
		{
		font-family: Arial, Helvetica, Sans-Serif;
		font-weight: normal; 
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
		}

a:hover.smallnav
		{
		font-family: Arial, Helvetica, Sans-Serif;
		font-weight: normal;
		font-size: 12px;
		color: #EB008C;
		text-decoration: none;
		}
	





															/** FORMS **/
* { }






															/** END **/