body {
	font-family : Helvetica Narrow, sans-serif;
	background-repeat:no-repeat;
	background-position: top right;
	background-attachment: fixed;
}

/* ----------------------------------------------
   BODY
------------------------------------------------- */ 

#container {
	width:600px;
	float:left;
	padding-left:35px;
	min-height:400px;
	padding-top:50px;
	margin: 0 auto;
	clear:both;
}

.left{
	width:155px;
	min-height:375px;
	float:left;
	margin: 0 auto;
}

.right {
	width:440px;
min-height:350px;
	float:right;
	margin: 0 auto;
	border-left: 1px dotted #555;
}

.L_welcome {
	float:left;
width:185px;
margin-left:20px;
}

.R_welcome {
width:250px;
	margin: 0 auto;
}

.R_box {
width:250px;
	margin: 0 auto;
}

.header,.footer {
	padding-top:5px;
	margin: 0 auto;
}

.header {
	width:410px;
	height:50px;
	text-align:right;
	float:right;
}

.footer {
	width:798px;
	height:27px;
	float:left;
	text-align:center;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
}


/* ----------------------------------------------
   IMAGES
------------------------------------------------- */

img.logo_pic {
	width:150px;
	border:none;
}


/* ----------------------------------------------
   TEXT
------------------------------------------------- */ 

h1 {
font-family : times;
font-size : 14px;
text-align : center;
font-weight : bold;
line-height : 100%;
}

p.c1 {
font-size : 12px;
color : #660099;
font-family : Times, serif;
text-align: left;
}

p.footer {
font-size : 10px;
color : #999999;
font-family : Times, serif;
text-align: center;
}


/* ----------------------------------------------
   LINKS
------------------------------------------------- */ 

a.link, a.visited {
text-decoration : none;
color : #999999;
font-variant : normal;
font-size : 12px;
line-height : 200%;
}
a.hover, a.active {
text-decoration : none;
color : #ff0000;
font-variant : normal;
font-size : 12px;
line-height : 200%;
}

a.menu:link, a.menu:visited {
color : #660099;
text-decoration : none;
font-weight:bold;
font-variant : normal;
margin-left:35px;
font-size : 12px;
line-height : 200%;
}
a.menu:hover, a.menu:active {
color : #333333;
text-decoration : none;
font-weight:bold;
font-variant : normal;
margin-left:35px;
font-size : 12px;
line-height : 200%;
}

