body
{
   /*background: url("images/bkground/bg.jpg") repeat;*/
   margin: 0;
   /*font-family: Arial, Helvetica, sans-serif;*/
}
li
{
margin: 1em 0;
}

@font-face {
  font-family: Cabin_Medium;
  src: url("fonts/Cabin-Medium.ttf");
}

@font-face {
  font-family: Great_Vibes;
  src: url("fonts/GreatVibes-Regular.ttf");
}

h1 { font-family:Great_Vibes; font-size:36px; color:#f32093;}

#contactform {
   display: block; width: 1000px;
   margin-left: auto;
   margin-right: auto;
   
}


#content_wraper
{
	background-color: white;
   width: 900px;
   height: inheirit;
   padding: 10px 10px 10px 10px;
   margin-left: auto;
   margin-right: auto;
   margin: 0 auto;
}
#navtop
{
   float: right;
	text-align:center;
	vertical-align: text-top;
}
#social_media
{
	position:relative;
	float: right;
   background: #ffffff;
}
#slideshow
{
	margin-left: auto;
   margin-right: auto;
   background-color: #ae218c;
   height: 400px;
  
}
#register
{
	margin-left: auto;
   margin-right: auto;
	height:100%;
   padding: 10px 5px 0px 5px;
   
}
#faq
{
   /*float: relative;*/
	margin-left: auto;
   margin-right: auto;
   width: inheirit;
	height:100%;
   padding: 10px 5px 0px 5px;
   border: 1px solid #1d487b;
   border-radius: 4px;
	clear:both;
}
#sidebar
{
   float: right;
   width: 200px;
   height: inheirit; 
   background: #ffffff;
	margin: 5px 0px 5px 0px;
   padding: 5px 5px 5px 5px;
   border: 1px solid #1d487b;
   border-radius: 4px;
}
#pagebody
{
   margin-left: auto;
   margin-right: auto;
   width:100%;
   height: inheirit; 
   background: #ffffff;
	margin: 5px 0px 5px 0px;
   padding: 5px 5px 5px 5px;
}
#footer
{
   text-align:center;
}

.gray_text /* used in body */
{
   font-family:Cabin_Medium;
   font-size:15px;
   color:gray;
}
.white_text /* used in footer */
{
   font-family:Cabin_Medium;
   font-size:15px;
   color:white;
}

.large_gray_text /* used in header */
{
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:16px;
   color:gray;
}

.larger_gray_text /* used in header */
{
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:24px;
   color:gray;
}

.large_pink_text /* used in body */
{
   font-family:Great_Vibes;
   font-size:32px;
   color:#f32093;
}

.large_white_text /* used in footer */
{
   font-family:Cabin_Medium;
   font-size:18px;
   color:white;
}
/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: white;
}
