/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color: #ffffff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
font-family :verdana; font-size:70%;

		
 text-align:center;

	}
#fixed {
   margin:0 auto;
   width:970px;   /* you can use px, em or % */
   text-align:left;

}
	a {text-decoration:none;
		color:#5D5C7A
;

list-style-type: none; 

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

.r {color:f64fa7}
.r:link {color:#f64fa7;}
.r:hover {color:#5D5C7A}
.r:visited{color:#f64fa7}

 
h1,{ 
margin-top:90px;
margin-bottom:20px;


font-family:georgia,serif;color:#c60601;
font-size:16px;
text-align:center;
}

h3{
font-family:georgia,serif;color:#f873a6;

text-align:center;
}



	h1,h2 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
h4{
font-size:10px;
text-align:left;

margin:.8em 0 .2em 0;
		padding:0;
}


	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {


background:#ffffff;
		clear:both;
		float:left;
		width:100%;


margin-top:20px;

margin-bottom:20px;



height:140px;


background-image:
url('images/logo.png');
background-repeat: no-repeat;
background-position:left; 


}

	#header {
		
	}
	#header p,
	
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
#header h1{	

margin-top:80px;
margin-bottom:20px;
margin-left:50px;

font-family:georgia,serif;color:#c60601;
font-size:16px;
text-align:center;
}





	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */


	}
/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.content,
	.leftcol,
	.rightcol {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}




		/* 3 Column settings */
	.threecol {
		background:#ffffff;		/* right column background colour */
	}
	.threecol .colmid {
		 float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;  	/* Centre column background colour */

	}



	.threecol .colleft {
		float:left;
        width:100%;
        margin-left:-50%;

        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#ffffff;    	/* Left column background colour */

	}
.threecol .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */

}




	.threecol .content {
		margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;


	}















	.threecol .leftcol {
		float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */

	}











	.threecol .rightcol {
		float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */

        margin-right:45px; 
 	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
	}
#articleright{
background: #ffffff; 
 padding:10px;
margin-top:0px;
border: 1px solid #fdd6e4;
}

#article{
 
 padding:10px;
margin-top:0px;
border: 1px solid #fdd6e4;
 }
#article h4{
color:#c60601;

}

#articlefall{
background-image:
url('images/article bkg.png');
background-repeat: no-repeat;
background-position:left; 

 padding:10px;
margin-top:0px;
border: 1px solid #fdd6e4;
 }






#article2{

background: #ffffff; 
 padding:10px;
margin-top:0px;
border: 1px solid #fdd6e4;
}



#auction{
margin-top:20px;




 
border: 1px solid #fdd6e4;
}



	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border: 1px solid #fdd6e4;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	