/*---------------------------------------
Basic Style Sheet

Author: 	Paul Hetherington
Email:		p.hetherington@brahm.com
Website:	http://www.brahm.com
---------------------------------------*/

/* Import styles
---------------------------------------*/
@import url("layout.css");
@import url("typography.css");

/* Global
---------------------------------------*/
body { font-family:Arial, Helvetica, sans-serif; font-size: 100%; text-align:center; min-width: 810px; background:#D2D3D5 url(../images/generic/background.jpg) repeat-y center top; }

a:link, a:visited { text-decoration: underline; color: #259EA9; }
a:hover, a:active { text-decoration: underline; color: #000000; }

* { margin: 0; padding: 0; }

p {padding-bottom: 10px; }
