/* CSS Document */
div
	{
		position:absolute;
		margin:0px;
		
		padding:0px;
		border:0px;
		
	}
	
body , head
	{
		
		padding:0px;
		margin:0px;
		
		
	}
body
{
background-image:url(Images/bg-gray.jpg);
}

h1
	{
		font-size:12px;
		font-weight:bold;
		margin:0px;
		margin-top:3px;
		padding:0px;
		
	}
	
a 
	{
		
	}

	p
	{
		padding-top:5px;
		padding-bottom:5px;
		padding-right:5px;
		margin:0px;
	}
ul 
	{
		list-style-image:url(Images/bullet.jpg);
		padding-left:20px;
		margin-left:0px;
	}
	
#title
	{
		
		right:0px;

		
		
	}

#menu
	{

		width:100px;
		top:135px;
		right:0px;
		
	}
#menu div
	{
		width:85px;
		
		position:static;
		
	}
.comments
	{
		top:135px;
		right:120px;
		width:210px;
		
		
	}
	
.comments div
	{
		width:210px;
		position:static;
		
		
		
	}
#copy
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	top:442px;
	right:0px;

}
		
.bgc
	{	
		
		
		background-position:bottom right;
		background-image:url(Images/pmark.jpg);
		background-repeat:repeat-y;
		
				
	}
	
.bgt
	{
		background-position:top right;
		background-image:url(Images/pmarkends.jpg);
		background-repeat:no-repeat;
		
	}
	
.bgb
	{
		background-position:bottom right;
		background-image:url(Images/pmarkends.jpg);
		background-repeat:no-repeat;
		
		
	}

.hiddentxt div
	{
		visibility:hidden;
		width:1px;
		height:1px;
		overflow:hidden;
	}

.text
	{
	font-family:Arial;
	font-size:12px;
	text-align:left;
	color: #000000;
				
	}
.text a
	{
		border-bottom:1px solid #ccc;
		font-weight:bold;
		
		color:#000000;
		text-decoration:none;
		
	}

.pfolio a
	{
		font-weight:normal;
		
	}
			
#image 
	{
		
		top:0px;
		right:340px;
		
		position:absolute;
		
		
	
	}

.inputboxes
	{
		
		margin-bottom:2px;
		color:#000;
		font-family:Arial, Helvetica;
		font-size:12px;
		background-color:#ebebeb;
		border:1px solid #999;
		
	}

	

