body	{		
			background-image: url(images/bg_body.png);
			background-attachment: relative;
			background-position: top;
		}

body, td, h2	{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #ffffff;
					align: center;
				}
			
h2 	{
		font-weight: bold;
		margin: 0px;
	}

img	{
		border: none;
	}		
			
div#site	{
				width: 900px;
				height: 700px;
				margin: 70px auto;
				border-style: solid;
				border-color: #ffffff;
				border-width: 2px;
				background-color: #000000;
				position: relative;
			}
			
div#header	{
				width: 900px;
				height: 55px;
				background-image: url('images/header.png');
				background-repeat: no;
			}
			
div#spacer	{	
				width: 900px;
				height: 15px;
			}
			
div#content	{
				margin-left: 25px;
				margin-right: 25px;
				margin-top: 25px;
				text-align: justify;
			}
			
tr#top	{
			height: 25px;
		}
		
tr#bottom	{
				height: 290px;
			}
			
td 	{
		vertical-align:top;
	}
		
td#topleft	{
				width: 500px;
				border-style: solid;
				border-color: #ffffff;
				border-width: 1px;
			}
			
td#topleftwork	{
					width: 500px;
					border-style: solid;
					border-color: #ffffff;
					border-width: 1px;
				}

td#middle	{
					width: 20px;
				}

td#topright	{
				width: 350px;
				border-style: solid;
				border-color: #ffffff;
				border-width: 1px;
			}
			
td#toprightwork	{
					width: 350px;
					border-style: solid;
					border-color: #ffffff;
					border-width: 1px;
				}
			
td#bottomleft	{
					width: 500px;
					background-image: url(images/bg_bottomleft.png);
					border-style: solid;
					border-color: #ffffff;
					border-width: 1px;
					border-top: 0px;
				}
				
				
td#bottomright	{
					width: 350px;
					background-image: url(images/bg_bottomright.png);
					border-style: solid;
					border-color: #ffffff;
					border-width: 1px;
					border-top: 0px;
				}
				
td#topprofile	{
					width: 870px;
					border-style: solid;
					border-color: #ffffff;
					border-width: 1px;
				}
				
td#topcontact	{
					width: 870px;
					border-style: solid;
					border-color: #ffffff;
					border-width: 1px;
				}
				
td#bottom	{
				width: 870px;
				background-image: url(images/bg_bottom.png);
				border-style: solid;
				border-color: #ffffff;
				border-width: 1px;
				border-top: 0px;
			}

div#footerleft	{
					margin-left:15px;
					margin-top: 6px;
					text-align: left;
					font-size: 9px;
					color: #cccccc;
				}

div#footerright	{
					margin-right:15px;
					margin-top: 6px;
					text-align: right;
					font-size: 9px;
					color: #cccccc;
				}
				
a:link, a:visited	{
						color: #ffffff;
						text-decoration: none;
						font-weight: bold;
					}
					
a:hover, a:active	{
						color: #666666;
					}
