/* 
    Document   : main
    Created on : Nov 19, 2009, 2:47:35 PM
    Author     : gps
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, html {
	text-align: center; 
	margin: 0em 0 0 0;
	
    background-color:#5e6774;
    /*
	background-image:url(../imgs/a4v3r2.jpg);
    */
	background-position:center top;
    background-repeat:no-repeat;
    padding:0;
}

#site {
	width: 998px;
	text-align: left; 
	margin: 0 auto;
}

#leftCol{
    float: left;
	width: 60px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	background-color: #dcdfe3;
    
}

#tab-contact{
	width: 100%;
}

#rightCol{
    float: left;
    /*
    width: 250px;
    */
}



div#viewlet {
	/* width: 600px; */
	/* height: 550px; */
	margin: 5px;
	padding: 5px;
	background: white;
	/* border: 2px solid black;*/
	cursor: pointer;
}
button {
	margin: 5px;
}

#loginForm {
	text-align: left;
}

