body { background: url(../images/bg.jpg) top repeat-x #fff;}
.box{ background:transparent;}
.buttons-line { height: 1em;}


/*html { background: url(//websocialfiles.com/003250/images/bg.jpg) top repeat-x #fff;}
#main-wrapper { width: 1200px; margin:0 auto;}*/


#wrap { width: 1000px; height: auto; margin: 0 auto; padding:0;}

#head { background: url(../images/form.jpg) top right no-repeat #fff; overflow: hidden; width: 940px; height:300px; margin:0 auto; padding:0;}

#form { width: 320px; height:300px; margin:0; padding:0; float:right;}

#form p{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; text-align: center;  font-size: 23px; margin-top: 5px; margin-bottom: -5px;}

#vid { margin:0; padding:0; float:left;}


#form iframe{ border-width:0; padding-top:0;}
#cont iframe{ border-width:0; padding-top:0;}

#cont a:link { color: #F60; text-decoration:none;}
#cont a:visited { color: #F60; text-decoration:none;}
#cont a:hover { color: #F00; text-decoration:none;}
#cont a:active { color: #F60; text-decoration:none;}


#cont {}
#cont p{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333; font-size:14px; line-height:25px; text-align:justify;}
#cont ul{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333; font-size:14px; line-height:25px; padding-left: 30px;}
#cont h1{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333; font-size:20px; border-bottom: 1px dashed #333; font-weight:normal; letter-spacing:-1px; text-transform:capitalize; margin:0 0 0 0; padding:8px 0 4px 0;}
#cont h2{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333; font-size:20px; border-bottom: 1px dashed #333; font-weight:normal; letter-spacing:-1px; text-transform:capitalize; margin:0 0 0 0; padding:8px 0 4px 0;}


	


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/*body {
  min-width: 960px;
}*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 20px;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}