body_ {
	background-color: #232323;
}

#mypagewp_ {
	background-color: red;
    	background-size: auto auto;
    	background-repeat: repeat repeat;
    	background-attachment: scroll;
    	background-image: none
	height:100%;
	width:1001px;
}


#mypagewp_usethis {
	background-color: white;
	background-size: auto auto;
    	background-repeat: repeat repeat;
    	background-attachment: scroll;
    	background-image: none
	height:100%;
	width:1000px;
	margin-left:120px;
	margin-right:120px;
}

.newslocdate {
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size:130%;
	font-weight:bold;
	margin:0pt;
}

.newsauthor {
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size:130%;
	font-weight:bold;
	margin:0pt;
}

.newstitle {
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size:150%;
	font-weight:bold;
	margin:0pt;
	color:#979B9E;
	line-height:22px;
	padding:0pt 10px;
}

.newsbody {
	font-size:100%;
	margin:0pt;
}

a {
	color:#C41230;
	text-decoration:underline;
}


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

#mynavbar a {
	color:#979B9E;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size:130%;
	font-weight:bold;
	height:60px;
	line-height:60px;
	padding:0pt 15px;
	text-transform:uppercase;
	text-decoration:none;
}

#clients a:hover {
	text-decoration:underline;
}

#clients a {
	text-decoration:none;
}



#photocol ul, .photocol ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#photocol li, .photocol li {
	float: left;
	margin: 0 12px 6px 0;
	position: relative;
	width: 180px;
}

#photocol divimage, .photocol divimage {
	float: left;
	position: relative;
}

#photocol divoutline, .photocol divoutline {
	border: medium none;
	display: block;
	line-height: 1px;
	margin: 2px;
	position: relative;
}



#smallpics ul, .smallpics ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#smallpics li, .smallpics li {
	float: left;
	margin: 0 12px 6px 0;
	position: relative;
	width: 180px;
}

#smallpics divimage, .smallpics divimage {
	float: left;
	position: relative;
}

#smallpics divoutline, .smallpics divoutline {
	border: medium none;
	display: block;
	line-height: 1px;
	margin: 2px;
	position: relative;
}



#bigpic ul, .bigpic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bigpic li, .bigpic li {
	float: left;
	margin: 0 12px 6px 0;
	position: relative;
	width: 180px;
}

#bigpic divimage, .bigpic divimage {
	float: left;
	position: relative;
}

#bigpic divoutline, .bigpic divoutline {
	border: medium none;
	display: block;
	line-height: 1px;
	margin: 2px;
	position: relative;
}



/*** Nav bar styles ***/

ul.navmain,
.navmain ul{
/*Remove all spacings from the list items*/
	margin: 5;
	padding: 5;
	cursor: default;
	list-style-type: none;
}

ul.navmain{
	width: 30ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}

ul.navmain>li{
	margin: 0;
	padding: 2px 6px;
}

ul.navmain li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 30ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.navmain li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	color: #C41230
}

.navmain ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
	color:#EDEDED;
}

/*** Menu styles (customizable) ***/

ul.navmain,
.navmain ul,
.navmain ul li a{
	background-color: #5f6b77;
}

ul.navmain li:hover,
.navmain ul li a:hover{
	background-color: #5f6b77;
}

ul.navmain li:active,
.navmain ul li a:active{
	background-color: #C41230;
}

ul.navmain {
	border: 0px solid #369;
}

.navmain a{
	text-decoration: none;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color: #ededed;
}

#aboutintro p{
	text-decoration: none;
	font-size:130%;
	font-weight:bold;
	font-family:Arial,Helvetica,Georgia,Sans-serif;
}

#footer p{
	text-decoration: none;
	font-size:80%;
}
