/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face { font-family: "Fontin Regular"; src: url("http://www.alexgdesign.co.uk/fonts/Fontin-Regular.eot"); src: local("Fontin-Regular"), url("http://www.alexgdesign.co.uk/fonts/Fontin-Regular.ttf") format("truetype"); }
@font-face { font-family: "Fontin Bold"; src: url("http://www.alexgdesign.co.uk/fonts/Fontin-Bold.eot"); src: local("Fontin-Bold"), url("http://www.alexgdesign.co.uk/fonts/Fontin-Bold.ttf") format("truetype"); }

/***** Global *****/
/* Body */
	body {
		background: #004189;
		color: #002145;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */
h2 {font-size: 1.857em; line-height: 0.8; color: #004189; margin-bottom: .8em; font-weight: 500}
h3 {font-size: 1.571em}
h4 {font-size: 1.429em}
h5 {font-size: 1.286em}
h6 {font-size: 1em}

h3, h4, h5, h6 {
	color: #002147;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #A74350;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #A74350;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Tables */
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 5;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Header
****************/  
#banner {  
margin: 0 auto;  
padding: 2.5em 0 0 0;  
}  

/* Banner */  
#banner h1 {
font-size: 3.571em;
line-height: .6;
font-family: "Fontin Bold";
color: #e1e1f1;  
display: block;  
margin: 0 0 .6em .2em;  
text-decoration: none;  
width: 427px;  
}

/* Body 
*****************/  
 #content {  
     background: #efeff6;  
     margin-bottom: 2em;  
     overflow: hidden;  
     padding: 20px 20px;  
     width: 760px;  
   
     border-radius: 10px;  
     -moz-border-radius: 10px;  
     -webkit-border-radius: 10px;  
 }  
 
  #balsamiq {  
     background: #efeff6;  
     margin-bottom: 2em;  
     overflow: hidden;  
     padding: 13px 13px;  
     width: 1113px;  
   
     border-radius: 10px;  
     -moz-border-radius: 10px;  
     -webkit-border-radius: 10px;  
 }  

/***** Layout *****/  
.body {clear: both; margin: 0 auto; width: 800px;}  
img.right figure.right {float: right; margin: 0 0 2em 2em;}  
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

.wide {clear: both; margin: 0 auto; width: 800px;}  
 
 