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


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	line-height: 100%;
}

p {padding-top:10px;}

a:link {
		color: #2D2D28;
		text-decoration: none;
}

a:hover {
		color: #cf2278;
text-decoration: none;
}

a:visited {
		color: #cf2278;
text-decoration: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	width: 825px;
	height: 100%;
}

#logo {
	float:left;
	width: 96px;
	height: 115px;
	background-image:url(logo.png);
}

#name {
	float:left;
	width:270px;
	margin-top: 25px;
	background:url(images/home.png);
	background-repeat:no-repeat;
	height:43px;
	padding-left: 2px;
	text-indent:-9000px;
}

#name a  {
	display:block;
	background:url(images/home.png);
	height:43px;
	text-indent:-9000px;
}

ul {
	list-style-type: none;
}

#name a.link1:hover {background-position:0px -53px;}

#navigation {
	float:left;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	height: 130px;
	width:700px;
	margin-top: 8px;
	margin-left: 10px;
}

a.web {
	background-image: url(nav/web1.png);
	width: 87px;
	height: 20px;
	display: block;
	float: left;
	text-indent: 9000px;
	overflow: hidden;
	}
a.web span {display: none;}
a.web:hover {background-image:url(nav/web2.png); background-position: 0px; -20px;}

a.motion {
	background-image: url(nav/motion1.png);
	width: 142px;
	height: 20px;
	text-indent: 9000px;
	display: block;
	float: left;
	}
a.motion span {display: none;}
a.motion:hover {background-image:url(nav/motion2.png); background-position: 0px; -20px;}

a.print {
	background-image: url(nav/print1.png);
	width: 150px;
	height: 20px;
	text-indent: 9000px;
	display: block;
	float: left;
	}
a.print span {display: none;}
a.print:hover {background-image:url(nav/print2.png); background-position: 0px; -20px;}

a.photography {
	background-image: url(nav/photography1.png);
	width: 190px;
	height: 20px;
	text-indent: 9000px;
	display: block;
	float: left;
	}
a.photography span {display: none;}
a.photography:hover {background-image:url(nav/photography2.png); background-position: 0px; -20px;}

a.books {
	background-image: url(nav/books1.png);
	width: 103px;
	height: 20px;
	text-indent: 9000px;
	display: block;
	float: left;
	}
a.books span {display: none;}
a.books:hover {background-image:url(nav/books2.png); background-position: 0px; -20px;}

#content {
	float: left;
	margin-top:30px;
	margin-bottom: 30px;
	margin-left: 105px;
	width: 690px;
}

.title {
	font-size: 14px;
	color: #333;
	padding-top: 20px;
	font-family: "Courier New", Courier, monospace;
}

.text {
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif; 
	color: #7c7474;
	padding-bottom: 60px;
	line-height: 150%;
}

#footernavigation {
	float:left;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	float: left;
	height: 110px;
	width:700px;
	margin-left: 105px;

}


#footerleft {
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif; 
	color: #7c7474;
	float: left;
	margin-left:108px;
	height: 100px;
	width: 280px;
}

#footermiddle {
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif; 
	color: #7c7474;
	float:left;
	margin-left: 5px;
	height: 100px;
	width: 228px;
}

#footerright {
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif; 
	color: #7c7474;
	float: left;
	margin-left: 5px;
	height: 100px;
	width: 160px;
}

.boldtext {
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif; 
	color: #cf2278;
	padding-bottom: 10px;
	line-height: 150%;
	font-style: heavy;
	}