@charset "utf-8";
/* CSS Document */


html {
    display: table;
    margin: auto;
	width: auto;
	overflow-y: scroll;
}

#container {
    margin:auto;
	width:100%;
}

body {
	width: 100%;
	margin: auto;
	background-repeat:repeat-y;
	background-position:center;
	background-color: #f1f5f5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333333;    
	display: table-cell;
    vertical-align: middle;
}

#header {
	position: auto;
	top:0px;
	width: 1100px;
	background-color:#ffffff;
	font-size: 14px;
}

.header1 {
	font-family: 'Berkshire Swash', cursive;
	font-size:40px;
	color: #161516;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #161516;
}

.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:16px;
	color: #161516;
}

a {
	font-size:12px;
	color:#dd2c7a;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover, a:active{
	color:#6504b5;
	font-weight: 700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visted {
	color:#6504b5;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

img {
	border:none;
	max-width: 100%;
	height: auto;
}

#body {
	position: relative;
	background-color:#FFFFFF;
	height: 100%;
	width: 1100px;
}

hr{
    height: 5px;
	width: 80%;
	vertical-align:middle;
	background-color: #dd2c7a;
    border: none;
}

#credit {
	color:#666666;
	font-size:8px;
}

#footer {
	position:absolute;
	bottom: auto;
	font-size: 9px;
	background-color:#161516;
	color: #cccccc;
	height: 80px;
	width: 1100px;
}



  /*font-family: 'Berkshire Swash', cursive; 
  Colors used;; BODY TEXT #CCCCCC; LINKS #dd2c7a; LINKS HOVER #ffffff; BACKGROUND #f1f5f5; BODY BACKGROUND #ffffff; HEADER/FOOTER #161516 */
