html {
                scrollbar-3dlight-color: #FFF;
                scrollbar-arrow-color: #999;
                scrollbar-base-color: #CCC;
                scrollbar-darkshadow-color: #999;
                scrollbar-face-color: #CCC;
                scrollbar-highlight-color: #FFF;
                scrollbar-shadow-color: #999;
                scrollbar-track-color: #CCC;
}

body {
                background: url(/images/v2bg.jpg) top left no-repeat scroll;
                font: 90% trebuchet ms, georgia, verdana, serif;
                margin-left: 120px;
                margin-top: 80px;
                color: #000000;
}

img {
                border: 0;
}

p {
                margin: 0;
}

a {
                color: #333;
                font-weight: bold;
}

h2 {
                font: small-caps bold 110% trebuchet ms, georgia, verdana, sans-serif;
                margin: 0;
}

#wrapper {
                margin:	0px;
}

#nav {
	position: relative;
        width: 600px;
        height: 50px;
        text-align: right;
	clear:	both;
}

#content {
        position: relative;
        width: 600px;
        background: transparent;
	clear:	both;
}

#footer {
        position: relative;
        width: 600px;
        font-size: 85%;
        padding-top: 100px;
        background: transparent;
	clear:	both;
}

#examplesbox {
	position: relative;
        margin: auto;
        width: 400px;
}

#examplesbox img {
	margin:	5px;
	padding: 5px;
	display: block;
	float: left;
}

br.clear	{
	clear:	both;
	}

.small	{
	font:	9px verdana, sans-serif;
	color:	#666;
}

input, textarea {
       border: 1px solid #666666;
       background: #cccccc;
       color: #000000;
}

input:focus, textarea:focus {
       background: #E8E2E2;
}

.button:hover {
       background: #E8E2E2;
}



