

/* @reset defaults */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img { border: 0; }

a, a:link, a:visited, a:active, a:hover {
	color: #777;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul { list-style: none; }

/* end @resets */

/* @tags */

acronym {
	border-bottom: 1px dotted #FF0000;
}

body {
	/*background: #000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 25px;
}

/* end @tags */

/* @page */

#page {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 522px;
}

/* end @page */


/* @sideNav */

#side_nav {
	/*background: url(../img/background.jpg) no-repeat;*/
	float: left;
	height: 180px;
	overflow: hidden;
}

.link_wrap { padding-top: 30px; }

#side_nav li {
	color: #FBE674;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	/*font-variant: small-caps;*/
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 210px;
}

.nav_mask {
	position: absolute;
	top: 0;
	left: 0;
}

.nav_text {
	display: block;
	/*display: inline-block;*/
	position: relative;
}

img.menu_pic {
	margin: 0 auto;
	position: relative;
}

/* end @sideNav */

/* @content */

#content {
	margin: 10px 0;
	position: relative;
	width: 100%;
}

#main_content {
	background: #fff;
	float: right;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

#main_content a:link, #main_content a:visited, #main_content a:active { color: #700; }
#main_content a:hover { color: #183A5D; }

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

/* @miscellaneous */

.mail_to {
	background: url(../img/email.gif) no-repeat right top;
	margin-right: 4px;
	padding-right: 18px;
}

.button_add 
{
	background-color: transparent;
	background-image: url('../img/bg_Add.png');
	cursor: hand
}

.button_del 
{
	background-color: transparent;
	background-image: url('../img/Del.png') no-repeat;
	cursor: hand
}


.button1 
{
	background-color: transparent;
	background-image: url('../img/bg1.png');
	cursor: hand
}

.button2 
{
	background-color: transparent;
	background-image:url('../img/bg2.png');
	cursor: hand
}