@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(page_bg.gif);
	background-color: #e4dad0;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-color: transparent; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-color: transparent; 
}

.bigtext, .smalltext {
padding:10px;
margin :0;
}

.smalltext {
width: 154px;
height : 269px;
color:#ccc;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;


}

.bigtext {
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size : 12px;
}

.bigtext p {
}

.title {
	font-weight : 700%;
	font-size : 14pt;
	letter-spacing : -1px;
	color : #330000;
}

a {
text-decoration: none;
color:#cc9900;
font-weight:500;
margin :0;
padding :0;
}

a.special {
	color: #B82024;
}

a:hover {
color:#993333;
}
.mylink, .mylink a{
	color:#993333;
	margin :0;
	padding :0;
	font-size : 9px;
	background : #e4dad0;
}

a img  {
	border : none;
}
.left{
float:left;
margin : 5px 5px 5px 0;
}
