﻿/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		/*background:#fff;*/
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		/*background:#999966;*/
		BACKGROUND:#CD3367;
		height: 100%;
	}

	#nav 
	{
        position:relative;
        left:5px;
        top:40px;
		width:170px;
	}

	#header {


		width:949px;
		margin-left:auto;
		margin-right:auto;
		background-color:White;
		/*border-style:solid;
		border-color:#000000;
		border-width:thin;*/
		/*min-width:770px;*/
		/*background-image:url('header_bck.gif');
		background-repeat:repeat;*/
		/*border-bottom:1px solid #000;*/
		/*background-color:#999966;*/
		/*padding-left:5px;*/
        /*height: 104px;*/
        min-height:100%;
       
}
html{
    height: 100%;
}

#leftcolumngen {
width: 500px;
float:left;padding-right:10px;
padding-top:12px;
}

#leftcolumn {
width: 300px;
float:left;padding-right:10px;
padding-top:12px;
}

#rightcolumn {
width: 250px;
float:left;
}





