/* Screen Stylesheet for nigelnewman.co.uk */

@import url(./generic.css);

body {
		 /*background-color: #d7d7d7; auto repeat unless say just x or y */
		 background-image: url(../images/watermark.gif); 
		 width: 100%;
		 padding: 0px;
		 margin: 0px;
		 font-size: 0.8em; 
		 font-family:Arial,Verdana,Helvetica,'Arial Black',sans-serif;
		 text-align:center;}

#wholepage {
			width: 760px;
			padding: 10px;
			background-color: white;
			color: black;
			border: 2px solid maroon;
			margin: 0px auto;
			overflow: auto;
			text-align:left;} 
			
#box {
		 background-image: url(../photos/paper.jpg);
		 font-size: 1.2em;
		 font-family: 'Times New Roman';
		 width: 220px;
		 border: black 1px solid;
		 padding: 0px 10px;}	
			
/* IE and FF workout width differently when using borders and margings(p40), 
so set width to fixed amount, then use another div inside to set borders */
					
h1 {font-weight: bold;
	 color: maroon;
	 float: right;
	 font-size:1.8em;
	 text-align: right;}
	 
h2 {font-weight: bold;
	 color: maroon;
	 font-size: 1.5em;}
	 
.print-only {display: none;}

form {padding: 5px; font-size: 0.9em}
input {font-size: 0.9em;}

img {
		margin-left: 1em;
		float: right;
		border: dotted 1px #990033;}

/* +++++++ TABLES and LISTS +++++++ */

td {font: 11px verdana, arial, helvetica, sans-serif;}

td.textcenter {
    font:13px verdana, arial, helvetica, sans-serif;
		text-align: center;
		margin: 0px auto;
		font-weight: bold;}

ul {
	 list-style-type: disc;
	 padding-left: 2em;}

fieldset {text-align: center;}
legend {font-size: 1.1em; color: maroon;}

