/*************************** RESET STYLES ***************************/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}



/*************************** FONT SIZES ***************************/


/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/*
	If you want this size(px)	|	Declare this percent(%)
			10					|			 77
			11					|			 85
			12					|			 92
			13					|			100
			14					|			107
			15					|			114
			16					|			122
			17					|			129
			18					|			136
			19					|			144
			20					|			152
			21					|			159
			22					|			167
			23					|			174
			24					|			182
			25					|			189
			26					|			197
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/****************** START: GENERAL LAYOUT STYLES ******************/

body{
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;  /*equal to 12px */ 
	color: #000;
	line-height: 114%;
	background-color: #fff;
}

div { 
	margin: 0px; 
	padding: 0px;
}

#holder {
	text-align:left;
	margin: 0 auto 0 auto;
 	width: 770px;
}

* html #holder {  /*centering for IE*/
	margin-left:auto; 
	margin-right:auto;
}

#header {
}

#left_content {
	width: 244px;
	float: left;
}

#right_content {
	padding-left: 244px;
}

#anchor_list {
	width: 116px;
	float: right;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #ccc;
	padding-bottom: 30px;
}

span#copywrite {
	display: block;
	width: 350px;
	margin-left: 260px;
	float: left;
}

* html span#copywrite {
	margin-left: 134px;
}

span#axionic {
	display: block;
	text-align: right;
	padding-right: 20px;
}

span#axionic a {
	color: #666;
	text-decoration: none;
}

/** hack to get around the IE 3pixel jog bug **/
* html p {
  height: 1%;
}


/****************** START: HOME PAGE LAYOUT STYLES ******************/

#wrapper {
	width: 100%;
}

#home_page_holder {
	text-align:left;
 	width: 378px;
	/* float: right; */
	position: absolute;
	top: 30px;
	right: 70px;

}

#home_page_header {
}

#home_page_content {
	background-color: #000;
	padding-top: 10px;
}

#home_page_left_content {
	padding-top: 4px;
	width: 145px;
	float: left;
}

#home_page_right_content {
	padding-left: 150px;
}

#home_page_footer {
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #575757;
	padding-bottom: 10px;
	text-align: center;
}

span#home_page_copywrite {
	padding-right: 7px;
}

span#home_page_axionic {
	border-left: 1px solid #575757;
	padding-left: 7px;
}

span#home_page_axionic a {
	color: #575757;
	text-decoration: none;
}

