/* ====================================================================
   TEMPLATE: ytw_minimalist v1.0
   AUTHOR: Franck Scipion, YTW (http://www.yatienesweb.info)
   DATE: January 2004
   BROWSERS PASSED: Internet Explorer 6, Internet Explorer 5.5, Mozilla 1.6,
   Netscape 7.1, Opera 7.11	
   ==================================================================== */

/* ====================================================================   
   Artwork (.png, .gif & .jpg), COPYRIGHTS 2004, Franck Scipion, YTW (http://www.yatienesweb.info)
   all rights reserved
   ==================================================================== */

/* ==================================================================== 
   Except clearly notified, the .php & .css files available in the download 
   section are ruled by a Creative Commons licence "Attribution-Non 
   Commercial- Share Alike 1.0".

   You are free to use the work & to make derivative works, under the following 
   conditions:
	�Attribution:  You must give the original author credit. We apreciate a 
		       link back to our home page http://www.yatienesweb.info
	�Share Alike:  If you alter, transform, or build upon this work, you 
                       may distribute the resulting work only under a license 
                       identical to this one, making clear to others the license 
                       terms of this work.
	�Non-Commercial: You may not use this work for commercial purposes. 

   For any reuse or distribution, you must make clear to others the license terms of this work. 
   Any of these conditions can be waived if you get permission from the author. 
   
   Your fair use and other rights are in no way affected by the above.                                  
   ==================================================================== */
/* Body setting */

body {
	background: #bcc3ac url(../images/bg.gif) repeat-x;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	color: #fff; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:10px; padding-bottom:10px;

}


p, td {
	margin: 0px;
	font-weight: normal;
	text-align: justify;
}

/* Content frame */

#containercenter {
	position: relative;
	width: 700px;
	border-right: 3px solid #8b9674;
	border-bottom: 3px solid #8b9674; 
	margin: 0px auto 0px auto;
}
#container {
	width: auto;
	position: relative;
	border: 1px solid #69705b;	
	background: #dee1d7 url(http://www.foom.co.uk/images/header.gif) no-repeat;
	padding: 20px;
	text-align: left;
}


/* header */

#header {
	padding-bottom: 16px;
	display:inline;
}
#header h1 {
	color: #ffc76f;
	font-size: 21px;
	padding: 0px;
	margin:0px;
	font-weight: normal;
}
#header h1 a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#header h1 a:hover {
	color: #dee1d7;
}

#header a {
	color: #718ea5;
	text-decoration: none;
}
#header a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}
#header p {
	color: #ffc76f;
	text-decoration: underline;
}


/* Main content */

#centralblock {
	position: relative;
	float: left;
	width: 460px;
	margin: 70px 0px 20px 0px;
}
#centralblock h3 {
	font-size: 12px;
	font-weight: normal;
	background: transparent url(../images/top.gif) no-repeat left top;
	color: #fff;
	margin: 0px;
	text-align:center;
}

#centralblock a {
	color:#fff;
	text-decoration:underline;
}
#centralblock a:hover {
	color:#dee1d7;
	text-decoration:none;
}

/* Sidebar */

#sidebarblock {
	position: relative;
	float: right;
	width: 180px;
	margin: 70px 0px 20px 0px;
	text-align: justify;
}
#sidebarblock h3 {
	font-size: 12px;
	font-weight: normal;
	background: transparent url(../images/top.gif) no-repeat left top;
	color: #fff;
	margin: 0px;
	text-align:center;
}

#sidebarblock p.p1 {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #dee1d7;
	margin: 0px;
}

#sidebarblock a {
	color:#fff;
	text-decoration:underline;
}
#sidebarblock a:hover {
	background-color: #dee1d7;
	color: #69705b;
	text-decoration:none;
}

/* footer */


#footer {
	background: #69705b;
	color: #fff;
	padding:0px 10px;
}

#footer p {

	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #dee1d7;
	text-decoration: underline;
}

/* Separator */

.separator {
	background: #718ea5 url(../images/separator.gif) repeat-x;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px
}


/* content box */

.content {
	position: relative;
	background: #787f6c url(../images/bottom.gif) no-repeat right bottom;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}

.content h4 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #222;
}
.content p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Lists */

ul, ol {
	padding: 0px;
	list-style-type:disc; 
	list-style-position:outside;
	margin-left:10px; margin-right:0px; margin-top:0px; margin-bottom:0px
}

li {
	padding: 0px;
	margin: 0px;
	list-style-image:url(../images/arrow.png); margin-left:18px;
}




.right {
	position:relative;
	float:right;
}

.center {
	position: relative;
	margin: 0px 0px 0px 120px;
}

.images {
	border: 0px;
	margin: 5px;
	}