@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Josefin Sans', 'Century Gothic', sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0px;
}
a:link{ 	color:#FFF; text-decoration:none;}
a:hover{ 	color:#FFF; text-decoration:underline;}
a:active{ 	color:#FFF; text-decoration:none;}
a:visited{ 	color:#FFF; text-decoration:none;}
object, embed {
  outline: 0;
}
p{
	margin:0px;
}
#header{
	background-image: url(../images/top_stripe.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 33px;	
	color: #FFF;
	font-size: 22px;
}
#body{
	min-height: 405px;
	width: 900px;
	margin: 0 auto 0 auto;
	font-size: 16px;
}
.slide a:link{ 		color:#000; text-decoration:none; font-weight: bold;}
.slide a:hover{ 	color:#000; text-decoration:underline; font-weight: bold;}
.slide a:active{ 	color:#000; text-decoration:none; font-weight: bold;}
.slide a:visited{ 	color:#000; text-decoration:none; font-weight: bold;}
#footer{
	background-image: url(../images/bottom_stripe.jpg);
	background-repeat: repeat-x;
	height: 35px;
	padding-top: 12px;
	color: #FFF;
	font-size: 22px;
	margin: 0;
}
#portfolio_links{
	text-align: center;
}
#portfolio_links a:link{ 		color:#000; text-decoration:none; font-weight: bold;}
#portfolio_links a:hover{ 		color:#000; text-decoration:underline; font-weight: bold;}
#portfolio_links a:active{ 		color:#000; text-decoration:none; font-weight: bold;}
#portfolio_links a:visited{ 	color:#000; text-decoration:none; font-weight: bold;}
