.content					{
							width: 510px;
							background-image: url(../media/images/news_bg.gif);
							background-repeat: repeat-x;
							background-position: 0 9px;
							min-height: 300px;
							}
							
#news						{
							width: 440px !important;
							}
							
#content_curve				{
							height: 9px;
							background-image: url(../media/images/content_curve.gif);
							background-repeat: no-repeat;
							}
							
#content_curve_lrg			{
							height: 9px;
							background-image: url(../media/images/content_curve_lrg.gif);
							background-repeat: no-repeat;
							}
							
#news_curve					{
							height: 9px;
							background-image: url(../media/images/news_curve.gif);
							background-repeat: no-repeat;
							}
							
.content_header				{
							margin: 2px 15px 0px 15px;
							}
							
.content_header h1			{
							color: #c68321;
							font-weight: bold;
							font-size: 13px;
							margin: 0px;
							text-transform: uppercase;
							line-height: 17px;
							letter-spacing: 2px;
							}

.content_body				{
							margin: 0px 15px;
							}
							
.content_item				{
							color: #313131;
							margin: 11px 0 0 0;
							}
							
.content_item_edit			{
							color: #313131;
							margin: 0px 0 0 0;
							padding: 3px;
							border-width: 0px;
							border-style: solid;
							border-color: #aaa;
							}
							
.content_item_controls		{
							margin: 15px 0 0 0;
							}
							
.content_item h2			{
							font-size: 11px;
							font-weight: bold;
							font-style: italic;
							text-transform: uppercase;
							margin: 0 0 2px 0px;
							}
							
.content_item h3			{
							font-size: 9px;
							font-weight: bold;
							/*font-style: italic;*/
							text-transform: uppercase;
							margin: 0 0 5px 3px;
							}
							
.content_item p				{
							margin: 2px 10px 5px 10px;
							font-weight: normal;
							font-size: 10px;
							letter-spacing: normal;
							}
							
.sub_page					{
							margin-left: 50px;
							}
							
.sub_page .sub_page			{
							margin-left: 100px;
							}
							
/*#news						{
							width: 440px;
							background-image: url(../media/images/news_bg.gif);
							background-repeat: repeat-x;
							background-position: 0 9px;
							}
							
#news_curve					{
							height: 9px;
							background-image: url(../media/images/news_curve.gif);
							background-repeat: no-repeat;
							}
							
#news_header				{
							margin: 2px 15px 0px 15px;
							}
							
#news_header h1				{
							color: #c68321;
							font-weight: bold;
							font-size: 13px;
							margin: 0px;
							text-transform: uppercase;
							line-height: 17px;
							letter-spacing: 2px;
							}

#news_body					{
							margin: 0px 15px;
							}
							
.news_item					{
							color: #313131;
							margin: 11px 0 0 0;
							}
							
.news_item h2				{
							font-size: 10px;
							font-weight: bold;
							font-style: italic;
							text-transform: uppercase;
							margin: 0px;
							}
							
.news_item p				{
							margin: 0px 10px;
							font-weight: normal;
							font-size: 10px;
							letter-spacing: normal;
							}
*/
							
#announcements				{
							width: 235px;
							}
							
.announcement h2			{
							color: #c68321;
							font-weight: bold;
							font-size: 12px;
							margin: 0 0 2px 0;
							text-transform: uppercase;
							letter-spacing: 1px;
							}
							
.announcement h3			{
							font-size: 10px;
							font-weight: bold;
							font-style: italic;
							margin: 0px;
							letter-spacing: 1px;
							}
							
.announcement p				{
							margin: 2px 0 12px 9px;
							font-weight: normal;
							font-size: 10px;
							letter-spacing: normal;
							line-height: 14px;
							}
						
