/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #6B1C05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;	
}

a {
	color:#CD271B;
	text-decoration: none;
}

a.sidebar {
	color:#FFFFCC;
	text-decoration: none;
}


#page-container {
	width: 770px;
	margin: auto;
	margin-top: 11px;
	
}

#main-nav {

	height: 73px;
}

#header {
	height: 181px;
	width: 770px;
	
}

#footer {
	background-image: url(/images/footerbar.jpg);
	height: 72px;
	width: 770;
	clear: right;
	background-repeat: no-repeat;	
}

#sidebar-a {
	background-image: url(/images/sidebarAbg.JPG);
	background-repeat: repeat-y;
	float: right;
	width: 200px;
}




#content {
	background: #993300;
	width: 530px;
	padding: 20px;
}

#latestwork-tn {
	width: 183px;
	float: right;
	
}

#sidebar-acontainer {
	width: 183px;
	float: right;
	
}

#textblock {
	background: #FFAE31;
	width: 513px;
	text-align: left;
	vertical-align: top;
	color: #6B1C05;
	padding: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-width: thin;
}
.sidebarlinks {
	color: #FFFF99;
	text-decoration: none;
}
