@charset "utf-8";
/* CSS Document */

body
{ 
background-image:url(images/background3.jpg);
background-repeat: repeat;

}

/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
	position:relative;
    float:left;
    margin-top:-10px;
    width:754px;
	z-index:2;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	
background:  url(uploads/ngrey/nav3.jpg);

/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 3px solid #000;
	margin: 0;
	padding: 0;
                
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}

ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}


/*this looks like the actual buttons themselves axxy*/
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #3F565C;
/* take this width out to auto set the width of the menu items axxy */
/*    width:113px; */
}

#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
/*	font-size: 1em;  */
	font-size:17px;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #000;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
/* this sets the height and width of the buttons somehow axxy */
	padding: 9px 10px 9px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;

}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #000;
}
ul#primary-nav li a.menuactive {
	color: #000;
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */
/*	background:  url(uploads/ngrey/nav3.jpg) repeat-x left 0px;*/
background-color:#FEFFB3;

}
ul#primary-nav li a.menuactive:hover {
	color: #000;
/* keep it the same */
	font-weight: bold;
	
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(uploads/ngrey/parent.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(uploads/ngrey/parent.gif) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F0F0F0;
/*	background:  url(uploads/ngrey/nav3.jpg); */
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, light yellow image */
		background-color:#FEFFB3;
	color: #000;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

/* my CSS */

#mainwrapper {
	width:1000px;
	position:relative;
	float:left;
	border-color:#000;
	border-width:thin;
	border-style:solid;
	left:50%;
	margin-left:-500px;
	background-color:#FFF;
}

#topbackground {
	width:1000px;
	height:46px;
	position:relative;
	float:left;
	background-image:url(images/topbackground.jpg);
}

#phonenumber {
	width:160px;
	height:24px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
	margin-left:808px;
	margin-top:12px;

}

#drakelogo {
	background-image:url(images/logo2.jpg);
	width:231px;
	height:91px;
	position:relative;
	float:left;
	margin-top:-46px;
	margin-left:6px;
}

#sidebar {
	background-image:url(images/sidebar.jpg);
	background-repeat:repeat-x;

	position:relative;
	float:left;
	width:246px;
	height:1600px;
}

#bbb {
	width:230px;
	height:71px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:20px;
	margin-left:8px;

	
	
	}
	
#bbb1 {
	width:175px;
	height:87px;
	background-image:url(images/bbbmain4.jpg);
	position:relative;
	float:left;

	}

#meter {
	width:164px;
	height:9px;
	position:relative;
	float:left;
	margin-top:66px;
	margin-left:12px;
	}

#metertext {
	color:#FFFFFF;
	position:relative;
	float:left;
	margin-top:-3px;
	font-size:11px;
	font-weight:bold;
	}

#light  {
	background-image:url(images/l1ani.gif);
	width:5px;
	height:9px;
	position:relative;
	float:left;

	}
	
a.bbb2 {
	text-decoration:none;
	color:#340E70;
	background-image:url(images/timey_2.jpg);
	height:88px;
	width:54px;
	position:relative;
	float:left;
	text-align:center;
	cursor:pointer;
	}

#bbbdynamic {
	width:163px;
	height:80px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:35px;
	margin-left:37px;
	}

#sidevideo {
	width:232px;
	height:176px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:15px;
	margin-left:8px;
	}



#moneysaving {
	background-image:url(images/money_saving3.jpg);
	width:224px;
	height:115px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:-4px;
	margin-left:12px;
	}
	
a.linkdeco {
	text-decoration:none;
	color:#340E70;
	cursor:pointer;
	}

a.finallybutt {
text-decoration:none;
width:233px;
height:113px;
position:relative;
float:left;
margin-left:10px;
margin-top:20px;
}

img {
border: 0px none;
}

#callinstalldone {
	width:234px;
	height:98px;
	float:left;
	position:relative;
	margin-left:8px;
	margin-top:20px;
	}

a.dragbutt {
text-decoration:none;
width:225px;
height:69px;
position:relative;
float:left;
margin-left:10px;
margin-top:20px;
}

a.drakefest {
width:216px;
height:124px;
position:relative;
float:left;
margin-left:18px;
margin-top:20px;
}

#countdown {
width:216px;
height:20px;
position:relative;
float:left;
margin-left:20px;
margin-top:-20px;
}

#certified {
	width:217px;
	height:50px;
	position:relative;
	float:left;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:10px;
	margin-left:13px;
	text-align:center;
	}

#topbar2 {
	width:754px;
	height:24px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-color:#000;	
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bread {
	width:475px;
	position:relative;
	float:left;
	height:18px;
	margin-top:5px;
	
}

#search {
	width:275px;
	position:relative;
	float:left;
	text-align:right;
}

#maincontent {
	width:742px;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-top:10px;

}

#footer {
	width:1000px;
	height:165px;
	background-image:url(images/footer.gif);
	position:relative;
	float:left;
	margin-top:-90px;
	z-index:0;
}

#fadeshow2 {
	margin-top:10px;
	position:relative;
	float:left;
	width:720px;
	height:210px;
	margin-left:5px;
	z-index:0;
	
}

#fadeshow2toggler {
width:720px;
height:16px;
text-align:center; 
margin-top:0px;
background-color: #333;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
position:relative;
	float:left;
	margin-left:5px;
}

#homecontent {
	width:730px;
	
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}


#p1 {
margin-top:-10px;

width:720px;
height:50px;
position:relative;
float:left;
}

#years {
width:109px;
height:95px;
position:relative;
float:left;
margin-top:-55px;
}

#text {
	   margin-top:-10px;
	   position:relative;
	   float:left;
	   
	   }

p.header {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	
	}

.welcome {
	font-size:28px;
	color:#FF0000;
	}

p.first{
	margin-top:-14px;
	z-index:1;
	}
	
#airfaqs {
	background-image:url(images/air_faqs.jpg);
	width:170px;
	height:70px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:35px;
	margin-left:15px;
	}
	

	
#needhelp {
	background-image:url(images/need_help.jpg);
	width:170px;
	height:70px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:35px;
	margin-left:10px;
	}


#vline10 {
margin-top:0px;
position:relative;
float:left;
width:730px;
margin-top:0px;
}


p.facts:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
color: #000000;
background-color:#FFFF00;


}

#hcolumn1 {
	width:360px;
	position:relative;
	float:left;

	}

#hcolumn2 {
	width:359px;
	position:relative;
	float:left;
	margin-left:10px;

}

#p3 {
margin-top:-5px;
position:relative;
float:left;
width:196px;
}



#drakefacts {
background-image:url(images/drakefacts.jpg);
width:164px;
height:97px;
position:relative;
float:left;
}

#p3-5 {
	width:360px;
	position:relative;
	float:left;
	margin-top:-15px;
}

#p4 {
margin-top:-5px;
position:relative;
float:left;

}

#p5 {
margin-top:-15px;
position:relative;
float:left;

}

#p6 {
margin-top:10px;
text-align:center;
position:relative;
float:left;

}

#p7 {
margin-top:-5px;
position:relative;
float:left;

}

#p8 {
margin-top:0px;
text-align:center;
position:relative;
float:left;
width:450px;
}

#p9 {
margin-top:0px;

position:relative;
float:left;
width:450px;
}

a.linkdeco3 {
    color:#FF0000;
	cursor:pointer;
	font-size:18px;
	}	

#p11 {
width:229px;

position:relative;
float:left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
margin-top:0px;
}

#p11-5 {
	width:359px;
	position:relative;
	float:left;
	margin-top:-15px;
}


a.taxmoney {
background-image:url(images/taxmoney.jpg);
width:130px;
height:120px;
position:relative;
float:left;
margin-top:10px;
}

#p12 {
width:143px;
height:102px;
position:relative;
float:left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;

margin-top:10px;


}

a.servicemembers {
background-image:url(images/servicemembers.jpg);
width:216px;
height:82px;
position:relative;
float:left;
margin-top:10px;
}

#p13 {
position:relative;
float:left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
margin-top:-13px;
}



#followhead {
width:359px;
height:16px;
position:relative;
float:left;
background-color:#FF0;
margin-top:20px;
margin-left:10px;
text-align:center;
color: #000;
}

#follow {
width:359px;
height:36px;
position:relative;
float:left;
background-color:#FF0;
margin-top:0px;
margin-left:10px;
text-align:center;
color: #FFF;
z-index:2;
}

a.twitter {
width:115px;
height:27px;
position:relative;
float:left;
margin-top:5px;
margin-left:5px;
z-index:3;
}

a.friendface {
width:102px;
height:31px;
position:relative;
float:left;
margin-top:5px;
margin-left:5px;
z-index:3;
}

a.myspace {
width:121px;
height:28px;
position:relative;
float:left;
margin-top:5px;
margin-left:5px;
z-index:3;
}

#standinglogo {
	background-image:url(images/standinglogo.jpg);
	width:350px;
	height:197px;
	position:relative;
	float:left;
	margin-top:290px;
	
}

#juliestevetimey {
	background-image:url(images/julie_steve_timey.jpg);
	width:359px;
	height:441px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#mainvideo {
	width:720px;
	height:480px;
	position:relative;
	float:left;
	z-index:0;
	margin-top:20px;
	}
	
#vidpagecontent {
	width:720px;
	position:relative;
	float:left;
	text-indent:20px;
}

#quest {
	background-image:url(/images/1stquest.jpg);
	width:303px;
	height:59px;
	position:relative;
	float:left;
	margin-left:219px;
	margin-top:10px;
}

#geohead {
	background-image:url(images/geoheader.jpg);
	width:430px;
	height:59px;
	position:relative;
	float:left;
	margin-left:156px;
	margin-top:10px;
}

#selectacontractor {
	background-image:url(/images/selectacontractor.jpg);
	width:303px;
	height:59px;
	position:relative;
	float:left;
	margin-left:219px;
	margin-top:10px;
}

#selectaunit {
	background-image:url(/images/selectaunit.jpg);
	width:303px;
	height:59px;
	position:relative;
	float:left;
	margin-left:219px;
	margin-top:10px;
}

#howdofurnaces {
	width:720px;
	height:414px;
	position:relative;
	float:left;
	margin-left:10px;
}
	
#howdoair {
	width:720px;
	height:414px;
	position:relative;
	float:left;
	margin-left:10px;
}

#according {
	background-image:url(/images/according.jpg);
	width:510px;
	height:59px;
	position:relative;
	float:left;
	margin-left:116px;
	
}

#biggest {
	width:722px;
	height:40px;
	position:relative;
	float:left;
	margin-left:10px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	
}

#accord1 {
	width:722px;
	height:241px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	}

#accord2 {
	width:480px;
	height:85px;
	position:relative;
	float:left;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:25px;
	}

#service247365 {
	background-image:url(/images/service247365.jpg);
	width:228px;
	height:81px;
	position:relative;
	float:left;
	margin-top:25px;
}

#accord3 {
	width:722px;
	height:69px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:25px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#accord4 {
	width:481px;
	height:428px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:25px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}


#bill_of_rights {
	background-image:url(/images/bill_of_rights.jpg);
	width:225px;
	height:372px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:55px;
	
}

#coupon_header {
	background-image:url(/images/coupon_header.jpg);
	width:466px;
	height:62px;
	position:relative;
	float:left;
	margin-left:138px;
}

#tenlow {
	background-image:url(/images/10low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-top:20px;
}

#twentylow {
	background-image:url(/images/20low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#fiftylow {
	background-image:url(/images/50low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#twentyfivelow {
	background-image:url(/images/25low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-top:20px;
}

#free1low {
	background-image:url(/images/free1low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#free2low {
	background-image:url(/images/free2low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#twohundredlow {
	background-image:url(/images/200off.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-top:20px;
}

#twelveninetyfivelow {
	background-image:url(/images/1295low.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#ninetyeightofflow {
	background-image:url(/images/98offlow.jpg);
	width:230px;
	height:203px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

a.print {
	width:63px;
	height:18px;
	background-image:url(images/printstrip2.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	border-color:#000066;
	border-width:1px;
	border-style:solid;
	margin-left:160px;
	margin-top:152px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#000066;
	}
	
a.print:hover {
	width:63px;
	height:18px;
	background-image:url(images/printstrip.jpg);
	}
	
#couponpagecontent {
	width:722px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:20px;
	text-align:center;
}

#couponvoid {
	background-image:url(/images/couponvoid.jpg);
	width:730px;
	height:438px;
	position:relative;
	float:left;
}


#testimonialheader{
	background-image:url(/images/testimonialheader.jpg);
	width:466px;
	height:62px;
	position:relative;
	float:left;
	margin-left:138px;
}

#testimonialcontent {
	width:722px;
	margin-left:10px;
	position:relative;
	float:left;
	margin-top:10px;
}
		
.textBoxLarge              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 200px;}

.textBoxmed              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 100px;}

.textBoxsmall              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 50px;}
							 
.textmemo              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000;
							 background-repeat:no-repeat;
                             width: 720px;}
							 
#suddenservice {
	background-image:url(images/sudden_service2.jpg);
	width:483px;
	height:68px;
	float:left;
	margin-top:7px;
	margin-left:129px;
	}
	
#phonenumbers{
	float:left;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:486px;
	margin-left:129px;

	}
	
#contactform {
	width:722px;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	height:510px;
	}
	
#taxheader {
background-image:url(images/taxheader.jpg);
width:467px;
height:71px;
position:relative;
float:left;
margin-top:10px;
margin-left:137px;
}

#taxtext {
width:742px;
position:relative;
float:left;
margin-top:15px;
}

#servmemheader {
background-image:url(images/servmemberhead.jpg);
width:389px;
height:68px;
position:relative;
float:left;
margin-top:10px;
margin-left:176px;
}

#servmemtext {
	width:742px;

	padding-left:0px;
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:10px;

	}

#textblock1 {
	width:742px;
	position:relative;
	float:left;
}

#coupontext {
position:relative;
float:left;
margin-top:20px;
}

#goldheader1 {
	position:relative;
	float:left;
	width:742px;
	height:95px;
	text-align:center;
	font-size:45px;
	font-weight:bold;
	margin-top:20px;
}

#goldheader2 {
	position:relative;
	float:left;
	width:742px;
	height:50px;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	margin-top:20px;
}
	
#goldpage {
	position:relative;
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:700px;
}

#goldform {
	position:relative;
	float:left;
	margin-left:60px;
	width:640px;
}

#stevesig {
	background-image:url(/images/stevesig.jpg);
	width:702px;
	height:96px;
	position:relative;
	float:left;
	background-repeat:no-repeat;
}

#dragonspage{
	width:490px;
	height:1420px;
	position:relative;
	float:left;
	margin-left:10px;
	overflow:hidden;
	margin-top:0px;
	margin-top:4px;
	}
	
#dragonsinstallpage{
	width:490px;
	height:1175px;
	position:relative;
	float:left;
	margin-left:10px;
	overflow:hidden;
	margin-top:4px;
	}

#dragonsheader {
	width:740px;
	height:85px;
	position:relative;
	float:left;
	
	margin-top:10px;
}

#dragons {
background-image:url(images/drakedragons.jpg);
width:409px;
height:85px;
position:relative;
float:left;
left:50%;
margin-left:-205px;

}

#hline2 {
	background-image:url(images/topstrip.gif);
	width:740px;
	height:1px;
	overflow:hidden;
	margin-top:10px;
	}

#membersonly {
width:740px;
height:600px;
position:relative;
float:left;
text-align:left;
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

p.members {
text-indent:25px;
}

#contactform2 {
	width:492px;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	height:630px;
	text-align:center;
	margin-left:120px;
	}
	
#contactform3 {
	width:740px;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:115px;
	height:440px;
	text-align:center;
	margin-left:2px;
	}	
	
#dragonstext {
	width:740px;
	height:400px;
	position:relative;
	float:left;
}

#wordwrap {
	float:left;
}
