/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {color: #000;background: #FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
/*table {border-collapse: collapse;border-spacing: 0;}*/

fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {font-style: inherit;font-weight: inherit;}
del,ins {text-decoration: none;}
/*li {list-style: none;}*/
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal; text-align:left}
q:before,q:after {content: '';}
abbr,acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
ul {list-style-position: inside}

/*because legend doesn't inherit in IE */
legend {color: #000;}
input,button,textarea,select,optgroup,option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {*font-size: 100%;}


a:active {
	font-family: Tahoma;
	font-style:normal;

	color: #CC66CC;
	text-decoration: none;
}
a:link {
	font-family: Tahoma;
	font-style:normal;

	text-decoration: none;
	color: #CC66CC;


}
a:hover {
	font-family: Tahoma;
	font-style: normal;

	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-style:normal;

	color: #FFFFFF;
	text-decoration: none;
}
p {padding: 5px 0 !important; text-align:justify;}

html {background-color:#24001C;}

body {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size:9px;
	line-height:9px;
	margin:0;	
	padding:0; 
	
	background-color: #24001C;
}
.left {float:left;}
.right {float:right;}
#content {width:1000px; margin:auto; padding-left:75px;}
#main_bg {background: transparent url(images/bg_content2.jpg) no-repeat; font-size:140%; line-height:130%}
#title {margin:auto; width:1000px}
#left_column {margin-left:-35px;}
.menu {display:block}
#menu_about div{background:transparent url(images/off_about.jpg);width:200px; height:39px}
#menu_about:hover div{background:transparent url(images/on_about.jpg)}

#menu_whatwedo div{background:transparent url(images/off_wedo.jpg);width:200px; height:39px}
#menu_whatwedo:hover div{background:transparent url(images/on_wedo.jpg)}

#menu_contact div{background:transparent url(images/off_contact.jpg);width:200px; height:39px}
#menu_contact:hover div{background:transparent url(images/on_contact.jpg)}

.menu h1{display:none}

