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

body {
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  padding:0px;
  margin:0px;
  background-color: #010182; /*#2E157E;*/
  background: url(images/bg_color.gif);
}

#header {
	background: url(images/header_bg.gif);
}

#menu {
	position: absolute;
	left: 0px;
	width: 209px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	line-height: 1.35;
	float: left;
}


#menu div {
	padding: 5px 0px 5px 10px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px solid #000000;
	
}

#menu div:hover {
	background-color: #e80000;
	color: #fff;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

/*
#menu a:hover:after {
	content: " «";
	color: #ff0000;
	
}
*/

#pageContainer {
	padding: 0px 20px 0px 0px;
}


#pageHeader {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
}


#pageContent {
	font-family: arial;
	font-size: 12px;
	margin: 0 10px;
}

#roundedContent {
	margin-left: 210px;
	width: 750;
}

.roundtop { 
	background: url(images/topRight.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/botRight.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#miniGallery {
	background-color: #EFEFEF;
	border: 1px solid red;
	padding: 4px;
}

#currentCustomers li {
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}

#contactTable td {
	font-size: 12px;
}
/*
P:first-letter {
    font-size:  300%;
    border:     1px solid #c0c0c0;
}
*/