body	{
		background-color: #000;
		text-align: center;
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
table {
	font-family: Arial, sans-serif;
		font-size: 12px;}
	
img {padding: 0px; margin:0px;}



a img	{
		border: 0;
	}
	
img		{
		margin: 0px;
		padding: 0px;
	}
	
h2 {
		font-size: 24px;
		font-weight: normal;
		color: #bc2353;
		font-family: Arial;
	}
	
h3 {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		font-family: Arial;
	}
	

#header {
		height: 100px;
		width: 960px;
		margin: 0px auto;
		color: #000;
		font-size: 24px;
		padding-bottom: 5px;
	}
	
hr	{
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #7a0026;
	}
	
a {
	color: #7a0026;
	text-decoration: none;
	}
	
a:visited {
	color: #7a0026;
	text-decoration: none;
	}

	
a:hover {
	color: #bc2353;
	text-decoration: underline;
	}
	
#nav {
		background: #7a0026;
		text-align: left;
		color: #fff;
		height: 30px;
		margin: 0px auto;
		width: 960px;
		padding: 0px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		display: block;
	}
	
#nav .link {
		padding: 0px 28px;
		padding-top: 7px;
		height: 100%;
		float: left;
		display: block;
	}

#nav a {
	color: #fff;
	float: left;
	height: 100%;
	text-decoration: none;
	border-right: 1px solid #000;
	}
	
#nav a:visited {
	color: #fff;
	text-decoration: none;
	}

	
#nav a:hover {
	background: #fff;
	color: #000;
	}
	
#frame {
	margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 960px;
		height: auto;
		padding: 0px 0px 0px 0px;
	}
		

#content {
		background: #fff;
		padding: 40px;
		color: #000;
		text-align: left;
		margin-bottom: 40px;
		border-bottom: 10px solid #7a0026;
		/*background-image: url('/images/yarnbg.jpg');
		background-repeat: no-repeat;
		background-position: top right; */
	}

.latest {
	width: 130px;
	padding-right:10px;
	float: left;
	font-size: 10px;
	margin-bottom: 20px;
	}
	
.latest img {margin-bottom: 5px;}


#menu 	{
		float: left;	
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
	}

#menu ul {
		width: 160px;
		list-style: none;
		display: inline;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
#menu ul ul {
		width: 161px;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
#menu a {
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
		border: 1px solid #000;
		border-top: 0px;
		margin: 0px;
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		background: #7a0026;
	}

#menu a:hover {
		color: #000;
		background: #fff;
	}
	
#menu ul ul a {background: #7a0026; color: #fff;}
#menu ul ul a:hover {background: #fff; color: #000; font-weight: bold;}
	
#menu p {
		margin: 0px;
		padding: 0px;
	}
	
#menu p a {
		font-weight: bold;
		text-align: center;
		border-left: 0px;
		padding-left: 0px;
	}
	
#menu ul ul{
		position: absolute;
		z-index: 500;
		margin: 0px 0px 0px -1px;
	}

div#menu ul ul, 
div#menu ul:hover ul ul, 
div#menu ul ul li:hover ul ul {
		display: none;
	}

div#menu ul:hover ul, 
div#menu ul ul li:hover ul {
		display: block;
	}


	