/* CSS Document */

body
{
background-color:white;
background-image:url(images/newbackground.jpg);
background-repeat:repeat-x;
}

#container
{
width:960px;
padding-top:100px;
margin:auto;
}

#wrapper
{
width:950px;
border:2px solid yellow;
background-image:url(images/wrapperbackground.gif);
background-repeat:repeat-y;
}

#header
{
background-color:3DB3FD;
background-image:url(images/header2.jpg);
width: 950px;
height:200px;
}

#leftcolumn
{
background-color:#3DB3FD;
width:130px;
padding:10px;
float:left;
display:inline;
}

#content
{
background-color:white;
background-image:url(images/content.gif);
background-position:top;
background-repeat:no-repeat;
width:630px;
padding:10px;
padding-top:100px;
float:left;
display:inline;
}

#rightcolumn
{
background-color:#3DB3FD;
width:130px;
padding:10px;
float:left;
display:inline;
}

 #leftcolumn, #content, #rightcolumn
{
/*minimum height hack */
min-height:700px;
height:auto !important;
height:700px;
}    

#footer
{
background-color:#3DB3FD;
width:950px;
clear:both;
height:50px;
}

#cloud
{
position:relative;
top:-90px;
left:-150px;
background-image:url(images/containercloud.gif);
height: 293px;
width: 535px;
background-repeat:no-repeat;
background-position:top left;
z-index:1px;
}

form
{
padding-top:100px;
color:white;
}


