/*CSS Styles by Dan Evans (c)2007 for
Chapter 2 Studios http://www.chapter2studios.com
*/

/******Global*/

/*
{
border: 1px solid gray;
}
*/

*{
margin:0px;
padding:0px;
}

#content li{
margin:1em 0px 0px 10px;
}

p{
margin:1em;
}

a:hover{
color:red;
}

a{
color:#000000;
}

ul{
margin-left:3em;
}


html{
font-family:verdana, sans-serif;
background:#ffffff;
/*background: url('/assets/templates/lwl/images/lwl_logo_background.jpg') no-repeat;*/
}

/******Body/Content*/

.subscribe{
width:980px;
margin:10px auto 0px auto;
font-size:12px;
font-weight:bold;
text-align:center;
}

#wrapper{
position:relative;
width:980px;
height:650px;
margin:5px auto 0px auto;
background: url('/assets/templates/lwl/images/lwl_website_background.jpg') no-repeat;
}

#content{
position:relative;
top:10px;
margin:0px auto 0px auto;
width:823px;
height:390px;
border:1px solid black;
background:#ffffff;
}

.scrollcontent{
overflow-y:scroll;
}

#mainlinks{
margin:20px auto 10px auto;
width:823px;
height:30px;
}

#mainlinks a{
float:left;
width:150px;
height:30px;
margin:0px 5px 0px 0px;
}

.homelink{
float:left;
margin:20px 0px 0px 20px;
}

.promotion{
width:200;
height:180;
float:left;
}

.moreinfo{
position:absolute;
bottom:90px;
right:0px;
margin:30px 20px 0px 0px;
}

.emailbutton{
position:absolute;
bottom:20px;
right:0px;
margin:30px 20px 0px 0px;
}

/******Footer*/

#footer{
position:relative;
margin:0px auto;
width:980px;
height:50px;
}

/******Forms*/

.errors{
margin-left:5px;
font-size:10px;
color:red;
}

.email_lawrence{
float:left;
margin-left:10px;
width:210px;
}

.email_lawrence .button{
cursor:pointer;
border:none;
width:135px;
height:40px;
background: url('/assets/templates/lwl/images/lwl_send_button.png') #ffffff;
}

#EmailForm fieldset{
font-size:10px;
font-weight:bold;
float:left;
border:none;
}


