
body{
	margin:0px;
	background:#7B52A5;
	}
	
#main_container{
	width:780px;
	height:550px;
	padding: 0px 20px 0px 0px; /* [top and bottom] [left and right] */
	margin:30px auto; /* [top and bottom] [left and right] */
	border: 3px solid #7B52A5;
	background:white;
	}

#decorative_container{
	overflow:hidden;
	margin: 0px 40px 0px 0px; /* [top right left bottom */
	width:130px;
	height:550px;
	float:left;
	border:0px solid #7B52A5;
	}
	
#page-header h1,
#page-header h2
	{
	margin:0px;
	}
	
#page-header ul{
	list-style:none;
	padding:0px;
	}
	
	
	
#page-nav{
	overflow:hidden;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:verdana, arial, helvetica;
	font-size:13px;
	border: 0px solid green;
	}
	
#page-nav ul{
	list-style:none;
	padding:0px;
	margin:0px:
	}

#page-nav li{
	float:right;
	padding-left:10px;
	margin-right:30px;
	}
	
#page-nav a{
	display:block;
	padding:6px;
	height:100%;
	text-decoration:none;
	color:#7B52A5;
	background:white;
	}
	
#page-nav a:link{
	display:block;
	padding:6px;
	height:100%;
	text-decoration:none;
	color:#7B52A5;
	background:white;
	}
	
#page-nav a:visited{
	display:block;
	padding:6px;
	height:100%;
	text-decoration:none;
	color:#7B52A5;
	background:white;
	}

#page-nav a:hover{
	display:block;
	padding:6px;
	height:100%;
	text-decoration:none;
	color:#7B52A5;
	background:#E0E0E0;
	}
	
#page-nav a:active{
	display:block;
	padding:6px;
	height:100%;
	text-decoration:none;
	color:#7B52A5;
	background:#E0E0E0;
	}

	
	
	


#logo_div{
	width:580px;
	height:170px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:35px;
	margin-left:155px;
	border:0px solid blue;
	}



#portfolio_buttons{
	width:565px;
	height:200px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:145px;
	border: 0px solid yellow;
	}

	
	
#ads,
#brochures,
#direct_mail,
#invitations,
#logos,
#newsletters,
#stationary,
#web,
#etc{
	width:120px;
	height:40px;
	margin-top:28px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:33px;
	display:inline;
	float:left;
	background:#c6b5de;
	border:2px solid #c6b5de;
	box-shadow:5px 5px 5px #E0E0E0;
	}
	
	
	
.copyright{
	font-family:verdana, arial, helvetica;
	font-weight:regular;
	font-size:8px;
	text-align:right;
	}

	
#footer{
	width:565px;
	height:50px;
	text-align:right;
	font-family:verdana;
	font-size:8px;
	margin-top:90px;
	margin-right:0px;
	margin-left:220px;
	margin-bottom;0px;
	}
	
#footer p{
	display:inline;
	}
	
		
