header, section, footer, aside, nav, article, figure, figcaption {
				display: block;}
				
		@font-face {
    font-family: mywebfont;
    src: url(http://www.brandrevelation.com/ufonts.com_bauhaus-light-light.ttf);
	font-weight:normal;
	font-style:normal;
}
			
	
	
				
			body {
	color: #ffffff;
	background-color: #3388d6;
	font-family: "mywebfont", sans-serif;
	background-position: center;
	line-height: 1.4em;
	margin: 0px;
	text-align: center;
}
			.wrapper {
	width: 940px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	padding-top: 20px;				
				}
article {
	width: 850px;
	margin-left:35px;
}
			
				header {
	height: 220px;
	color: #ffffff;
	position: relative;
	width: 940px;
}
#left {
	float: left;
	position: relative;
	padding-left: 155px;
	width: 80px;
}
#middle {
	float: left;
	position: relative;
	width: 480px;
}
#right {
	float: left;
	position: relative;
	width: 80px;
}


h1 {
	color:#d0a1ff;
	margin: 5px;
	font-size: 28px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 18px;
}

				    /* menu */

			nav, footer {
	clear: both;
	color: #ffffff;
	height: 30px;
}
			nav ul {
				margin: 0px;
				padding: 5px 0px 5px 30px;}
			nav li {
				display: inline;
				margin-right: 25px;
				margin-left: 0px;
				font-size: 22px;}
			nav li a {
				color: #ffffff;}
			nav li a:hover, nav li a.current {
	color: #d0a1ff;
}
			    /* menu end */
			
			
			
			a {
				color: #de6581;
				text-decoration: none;}
			h1, h2, h3 {
				font-weight: normal;}
			h2 {
				margin: 10px 0px 5px 0px;
				padding: 0px;}
			h3 {
				margin: 0px 0px 10px 0px;
				color: #de6581;}
			
			footer {
				font-size: 80%;
				padding: 15px 0px 10px 0px;
				height: 150px;}
				
/* slider */
			
				
.marq {
    background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 transparent;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    height: 179px;
    padding-left: 10px;
}
#marqueediv {
	margin-left:165px;
	padding-bottom: 15px;
	padding-top: 25px;
}
.form {
	text-align: left;
	margin-left:70px;
	width: 700px;
}


#toptext {
	position: relative;
	height: 80px;
	width: 940px;
	clear:left;

}
/* form*/

#contactus
{
	border:none;  
}


#contactus fieldset
{
   width:700px;
   padding:20px;
   border:hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-size:0.8em;
   font-weight: bold;
   vertical-align:top;
}

#contactus input[type="text"],textarea
{
  font-size: 0.8em;
  line-height:140%;
  padding : 3px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}