/* Leanda Ryan Graphic Design

Author: Leanda Ryan
Date: 30th December 2009
Version: 1.0
Email: leanda@leandaryan.com
=========================================*/

/* Styles Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
fieldset, img, abbr {
	border: 0;
	}
	
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
caption, th {
	text-align: left;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
	
q:before, q:after {
	content: '';
	}
	
a, ins {
	text-decoration: none;
	}
	
	
/*Content*/
	
body {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
}

#wrapper {
	width:620px;
	height: 100%;
	margin: 90px auto 0 auto;
	overflow: hidden;
}

h1 {
	background-image: url(images/logo.png);
	height: 116px;
	text-indent: -5000px;
	margin-bottom: 34px;
}

#definition {
	border-top: 5px solid #666;
	padding-top: 20px;
	padding-bottom: 27px;
}

p {
	font: 41px Times, "Times New Roman", serif;
	line-height: 52px;
}

.justify {
	text-align: justify;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.red {
	color: #cc0000;
}

ul {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 620px;
	padding: 16px 0 19px 0;
	text-align: center;
}

li {
	margin: 0 10px 0 10px;
	display: inline;
}

#copyright {
	margin: 30px 0 20px 0;

}

#copyright p {
	font: 14px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: right;
}


/*Links*/

a {
	font: 26px Helvetica, Arial, sans-serif;
}


a:link, a:visited {
	color: #666;
}

a:hover {
	color: #fff;
	-webkit-transition-duration: .80s;
}

