/*Example CSS for demo ticker*/

#butoane
{
	position: absolute;
	top:250px;
	width:745px;
	text-align:right;
	
}

img{
		margin: 0px;
	    padding:0px;
    	border:none;
	}
#posts { width:800px; float:left; padding-right:10px; }
#posts img {padding:10px;margin:6px;}
#butoane a:link {color: #928066;}
#butoane a:link {text-decoration:none;font-weight: normal;} 
#butoane a:visited {color: #928066;}
#butoane a:visited {text-decoration:none;font-weight: normal;} 
#butoane a:hover {color: #FFFFFF;}
#butoane a:hover {text-decoration:none;font-weight: normal;} 
#butoane a:active {color: #FFFFFF;}
#butoane a:active {text-decoration:none;font-weight: normal;}


a:link {color: #404040;}
a:link {text-decoration:underline;font-weight: normal;} 
a:visited {color: #404040;}
a:visited {text-decoration:underline;font-weight: normal;} 
a:hover {color: #404040;}
a:hover {text-decoration:underline;font-weight: normal;} 
a:active {color: #404040;}
a:active {text-decoration:underline;font-weight: normal;}



body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c3bbaf;
	background-image: url('http://pallmallpictures.ds5585.dedicated.turbodns.co.uk/images/mainBackground.gif');
	background-repeat: repeat-x;
}

h1{font-size: 14px;color: #928066;}
h2{font-size: 12px;color: #928066;}
.twoColFixRtHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #menunav {
	float: right;
	position: absolute;
	right: 15px;
	color: #CC9900;
	text-decoration: none;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixRtHdr #menunav a{
	text-decoration: none;
	color: #333333;
} 
.twoColFixRtHdr #menunav a:hover{
	color: #999999;
} 
.twoColFixRtHdr #header {
	height: 317px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/BG2.gif);
	background-repeat: repeat-x;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	width: 600px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.photo { /* this class can be used to float an element left in your page */
	float: left;
	border: 5px solid #FFFFFF;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 