body {	margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		background-color: #ADADAD;
		background-image: url(img/bg.gif);
		background-repeat: repeat-x;
}
body, p, td {
		color: #000000;
		font-family:  verdana, helvetica;
		font-size: 11px;
		}

ul, li		{
		margin-bottom: 12px;
		}


.col {	background-image: url(img/col.gif);
		background-repeat: no-repeat;
		}

.work	{
		border-top: solid 1px #cccccc;
		}

.work p {	
		margin: 4px 8px 4px 8px;
		color: #333333;
		}

a		{
		color: #D00000;
		font-weight: bold;
		text-decoration: none;
		}

a:hover {
		text-decoration: underline;
		}

.name	{
		font-size: 20px;
		}

.copy	{
		border: solid 1px #686868;
		font-family: verdana, helvetica;
		font-size: 10px;
		}

.copy p {
		color: #E9E9E9;		
		margin: 4px 8px 4px 8px;
		}
		
.copy a {
		color: #E9E9E9;
		font-weight: bold;
		text-decoration: none;
		}

.copy a:hover {
		color: #A4CBE3;
		text-decoration: underline;
		}

.addr	{
		border-top: dashed 1px #999999;
		}