* { 
margin: 0;
padding: 0;
list-style: none;
text-decoration: none; 
}
body 
{
margin: 100px;
background: #000;
font: normal 10px Verdana, Sans-serif;
text-align: center;
}
div.designs
{
	width:330px;
	float: right;
	padding: 10px 40px 0 0;
}
div.designs_nojs
{
		width:250px;
		float: right;
		padding: 20px 40px 0 0;

}
div.designs_nojs h2
{
	padding: 10px 0 20px 20px;
}
div.designs_nojs li
{
	padding: 2px 0 0 43px;
	
}
div.designs_nojs ul
{
	border-left:1px solid #000000;
}
div.designs_nojs p
{
	padding:12px 60px 0 25px;
	font-size:9px;
}
a
{
color:#404040;
font-variant:small-caps;

}
.leftside
{
	background: url(../images/left.png) 0 0 repeat-y;
}

.rightside
{
	background: url(../images/right.png) 100% 0 repeat-y;

}
p.techlist
{
	padding: 10px 95px 0 65px;
}
p.techlist a
{
	background: url(../images/tag.gif) no-repeat 2px 3px;
padding: 0 0 0 17px;
}
.top
{
	background: url(../images/top.png) 0 0 repeat-x;
}

ul.checkboxes 
{
padding:20px 60px 20px 80px;	
} 
ul.checkboxes li
{
background: url(../images/checkmark.gif) no-repeat 2px 3px;
padding: 0 300px 0 17px;
min-width:250px;
}


#container
{
width: 690px;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#footer
{
padding: 25px 0 35px 0;
background: url("../images/bottom.png") 0 100% repeat-x;
text-align: center;
}
h1
{
font: normal 62px Georgia, Sans-serif;
padding: 35px 0 0 0;
text-align:center;

}
h2
{
font: bold 11px Tahoma, Sans-serif;
letter-spacing: 0.95px;
padding: 5px 0 5px 52px;
}
h3
{
margin: 10px 0 0 20px;
padding: 0 0 3px 9px;
border-left: 10px solid #000;
}
p
{
padding: 0 55px 0 55px;
}

img.icons1
{
	width:62px;
	height:62px;
	float:right;
	padding:20px 120px 0 0;
}
img.icons2
{
	width:62px;
	height:62px;
	float:left;
	padding:20px 0 0 120px;
}
img.icons3
{
	width:62px;
	height:62px;
	padding:0 20px 0 90px;
}

blockquote
{
	background-color:#e3e3e3;
	border:1px solid #979797;
	padding:5px 10px 5px 10px;
}

div.code
{
	padding:10px 150px 0px 80px;
	
}
/*div.fixed
{
position: absolute;
	right: 290px;
	bottom: 1px;
	width: 300px;
}*/