
#main {
  width: 525px;
}

#welcome_pic {
  width: 120px;
}

#welcome_text {
  width: 380px;
}

#main_bar {
	top: 5px;
	width: 520px;
	height: 20px;
	background-image: url('/images/content_left_line.png');
	background-repeat: repeat-x;
}

#main_left, #main_right {
	width: 250px;
}

#main_right {
	float: right;
}

#main_center {
	left: 10px;
	top 10px;
	width: 15px;
	height: 150px;
  background-image: url('/images/content_vert_line.png');
  background-repeat: repeat-y;
}

.title_pri {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.title_sec {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
}

.title_sub {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.main_content {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

A.main_content {
	font-family: Arial;
	font-size: 10px;
	color: #CC6600;
}

.main_content_med {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

A.main_content_med {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}

DIV.photoGallery td {
  font-family: Arial;
	font-size: 12px;
	color: #333333;
}

#general {
}
