/*GBM CSS sheet*/


/*--general html settings--*/

body {
font-size:100%;
font-family:Arial, verdana, sans-serif;
}

h1 {
font-size:2.5em;
font-family:Arial, verdana, sans-serif;
color:blue;
text-align: center;
}

h2 {
font-size:1.8em;
font-family:Arial, vedana ,sans-serif;
color:red;
}

input {
font-family: Arial, verdana, sans-serif;
}

img.centered {
display: block;
margin-left:auto;
margin-right:auto;
}

p.rounded-box {
margin: 14px;
border-color: green;
border-style: solid;
border-width: 10px;
-moz-border-radius: 28px 0 28px 0;
-webkit-border-radius: 28px 0 28px 0;
border-radius: 28px 0 28px 0;
padding:15px;
}

p.large-type {
font-size:1.6em;
font-family: Arial, verdana, sans-serif;
font-weight: bold;
}

ul {
list-style-image: url("images/greencheck.png")
}

/*--Main Div Elements--*/

/*Main container which holds all elements*/
#container { 
width: 940px;
margin: 0 auto;
}

/*Header Contains Logo and Blank Space at Right Side 
   Logo is 625px x 21px */   
#header {
height: 96px;
padding-top: 5px;		
background-image: url(images/bg_background.png);
background-repeat: no-repeat;
border-top: 4px solid #999;
border-bottom: 4px solid #999;
margin-top:6px;
}

/*Left Side Container For Main Page Content 700px width*/	
#content {
width: 700px;
float: left;
}

/*Right Sidebar Container 240x600 px with Opt-In graphic*/
#sidebar1 {
float: right;
width: 240px;
height: 600px;
background-image: url(images/optina.gif);

}

/*Footer Container*/
#footer {
clear: both;
border-top: 4px solid #999;
}

/*Boxed Content With Rounded Border*/
#box {
margin: 14px;
border-color: green;
border-style: solid;
border-width: 10px;
-moz-border-radius: 28px 0 28px 0;
-webkit-border-radius: 28px 0 28px 0;
border-radius: 28px 0 28px 0;
padding:15px;
}