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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a {	
	color:#fe2f89; 
	text-decoration:none;
	}

/*
		Start of HEADER
*/

#container{
	width:1000px;
	margin:0 auto;
}

#header{
	height:125px;
	margin:20px;
}
	#header .logo {
		background-image:url(images/damageLogo.png);
		background-repeat:no-repeat;
		width:205px;
		height:119px;
		float:left;
	}
	#header .onlineStore a{
		display: block;
		width:99px;
		height:31px;
		float:right;
		background: url("images/onlineStoreB.png") 0 0 no-repeat;
	}
	#header .onlineStore a:hover { 
		background-position: 0 -31px;
	}
	#header .nav ul {
		margin-left:-17px;
		margin-top:0;
		float:left;
	}
	#header .nav li {
		margin:0;
		list-style:none;
	}
	
	#header .nav .news a{
		display: block;
		width: 42px;
		height:13px;
		background: url("images/newsB.png") 0 0 no-repeat;
	}
	#header .nav .news a:hover { 
		background-position: 0 -13px;
	}
	
	#header .nav .about a{
		display: block;
		width: 49px;
		height:13px;
		background: url("images/aboutB.png") 0 0 no-repeat;
	}
	#header .nav .about a:hover { 
		background-position: 0 -13px;
	}
	#header .nav .coll a{
		display: block;
		width: 99px;
		height:13px;
		background: url("images/collectionsB.png") 0 0 no-repeat;
	}
	#header .nav .coll a:hover { 
		background-position: 0 -13px;
	}
	#header .nav .store a{
		display: block;
		width: 105px;
		height:13px;
		background: url("images/storeB.png") 0 0 no-repeat;
	}
	#header .nav .store a:hover { 
		background-position: 0 -13px;
	}
	#header .nav .contact a{
		display: block;
		width: 67px;
		height:13px;
		background: url("images/contactB.png") 0 0 no-repeat;
	}
	#header .nav .contact a:hover { 
		background-position: 0 -13px;
	}
	#header .nav .blog a{
		display: block;
		width: 38px;
		height:13px;
		background: url("images/blogB.png") 0 0 no-repeat;
	}
	#header .nav .blog a:hover { 
		background-position: 0 -13px;
	}
	
/*
		End of HEADER
*/
/*
		Start of CONTENT
*/
#content {
	width:500px;
	margin-left:250px;
	margin-top:20px;
}
	#content .News {
		display: block;
		width:250px;
		height:60px;
		background: url("images/news.png") 0 0 no-repeat;
	}
	#content .Collections {
		display: block;
		width:250px;
		height:60px;
		background: url("images/collections.png") 0 0 no-repeat;
	}
	#content .about {
		display: block;
		width:250px;
		height:60px;
		background: url("images/bio.png") 0 0 no-repeat;
	}
	#content .contact {
		display: block;
		width:250px;
		height:60px;
		background: url("images/contact.png") 0 0 no-repeat;
	}
	
	#content .newsPost .date{
		color:#fe2f89;
		padding:0;
		margin:0;
		margin-top:20px;
	}
	#content .newsPost .copy{
		margin:0;
	}
	#content img{
	/*	max-width:120px;
		border-style:solid;
		border-color:#fe2f89;
		border-width:2px;
		margin:1px;
		float:left;/*
	}
/*
		End of CONTENT
*/
/*
		Start of FOOTER
*/
#footer {
	height:20px;
}
